Skip to content
New issue

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

Add a configuration setting to disable capitalisation of option value placeholders in help output #1614

Open
dsparkplug opened this issue Aug 21, 2024 · 0 comments
Labels

Comments

@dsparkplug
Copy link

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.

@FrankRay78 FrankRay78 added the area-CLI Command-Line Interface label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo 🕑
Development

No branches or pull requests

2 participants