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
--globals <names> allow the given comma-delimited global [names] (default: )
If default value is an empty list([]), it shows as (default: ). It is confusing to users. No default or (default: []) is better.
[]
(default: )
(default: [])
The text was updated successfully, but these errors were encountered:
If commander fix it and then a new version released, we can fix this.
Sorry, something went wrong.
Hey, they finally released the fix in v2.19.0.
Good. I will fix this on it,
Successfully merging a pull request may close this issue.
If default value is an empty list(
[]
), it shows as(default: )
. It is confusing to users. No default or(default: [])
is better.The text was updated successfully, but these errors were encountered: