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

[Question] Builder api version 3.1.0 has no support for default value for command options #550

Open
1SHAGGYR1 opened this issue Sep 25, 2024 · 0 comments
Labels

Comments

@1SHAGGYR1
Copy link

In samples there is a way to set default value for option.
In 3.1.0 version of McMaster.Extensions.CommandLineUtils there is no way to set default value of option if no value was passed. Default value property is absent an I checked every other way, it is not possible to do that, so I have to null propagate Parsed value with default value in my each inherited command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant