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

CommandLine arguments are showing help as 'long name' #74

Closed
tznind opened this issue Nov 16, 2021 · 0 comments · Fixed by #75
Closed

CommandLine arguments are showing help as 'long name' #74

tznind opened this issue Nov 16, 2021 · 0 comments · Fixed by #75
Labels
bug Something isn't working

Comments

@tznind
Copy link
Contributor

tznind commented Nov 16, 2021

Looks like the 'command help' bit in the CommandLineParser options are now rendering as the 'long name' of the switch.

Presumably at some point the order or number of constructor args changed on the option attribute. So we need to change to explicitly reference Description or CommandHelp or whatever.

bad-command-line-name

@tznind tznind added the bug Something isn't working label Nov 16, 2021
@jas88 jas88 closed this as completed in #75 Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant