Skip to content

Reject unknown parameters in workspace component create (issue # 91)#140

Open
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/issue-91-reject-unknown-params
Open

Reject unknown parameters in workspace component create (issue # 91)#140
zekelinAlex wants to merge 1 commit into
TALXIS:masterfrom
zekelinAlex:users/alexander.zekelin/issue-91-reject-unknown-params

Conversation

@zekelinAlex
Copy link
Copy Markdown

Before this, txc workspace component create just ignored any --param it didn't recognise. A typo or a made-up name went through without complaint and silently did nothing, so you'd only find out much later that the value never landed. Now it stops and tells you: unknown params fail with a clear error, and for typos it points at the closest real one ("Did you mean 'EntityType'?"). Heads up, it's a behavior change - scripts that passed junk params before will now get an error instead of a quiet pass.

Closes #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: workspace component create should reject unknown parameter names

1 participant