We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The main motivation of normalized_params is that it prevents commands, actions, arguments and options with the same key has its overlapping values.
normalized_params
Send as first argument the normalized_params instead of params.
params
normalized_params:
{ arguments: { /* ... */ }, options: { /* ... */ }, commands: { /* ... */ }, }
params:
{ /* ... */ }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The main motivation of
normalized_params
is that it prevents commands, actions, arguments and options with the same key has its overlapping values.Send as first argument the
normalized_params
instead ofparams
.normalized_params
:params
:The text was updated successfully, but these errors were encountered: