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 option value placeholders in the help text are always capitalised.
e.g.
[CommandOption("-d <ItemDescription>")]
produces the following option text in the help output
-d <ITEMDESCRIPTION>
This appears to be the line of code which does this: TemplateParser.cs#L133
I would like there to be a configuration setting to disable this - as I prefer the help option to be as follows
-d <ItemDescription>
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The option value placeholders in the help text are always capitalised.
e.g.
produces the following option text in the help output
This appears to be the line of code which does this: TemplateParser.cs#L133
I would like there to be a configuration setting to disable this - as I prefer the help option to be as follows
Please upvote 👍 this issue if you are interested in it.
The text was updated successfully, but these errors were encountered: