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 new param to cross check command-line switches #2

Closed
mariomastrodicasa opened this issue Sep 14, 2021 · 0 comments · Fixed by #11
Closed

Add a new param to cross check command-line switches #2

mariomastrodicasa opened this issue Sep 14, 2021 · 0 comments · Fixed by #11
Assignees
Labels
enhancement New feature or request

Comments

@mariomastrodicasa
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In some conditions a command-line switch can depend on other switches. Add a mechanism to check related switches.

Describe the solution you'd like
A function invoked at the end of parsing to check if the expected information are available.

Describe alternatives you've considered
N/A

Additional context
N/A

@mariomastrodicasa mariomastrodicasa added the enhancement New feature or request label Sep 14, 2021
@mariomastrodicasa mariomastrodicasa self-assigned this Sep 14, 2021
mariomastrodicasa added a commit to mariomastrodicasa/CLIParser that referenced this issue Oct 28, 2021
mariomastrodicasa added a commit to mariomastrodicasa/CLIParser that referenced this issue Oct 28, 2021
mariomastrodicasa added a commit that referenced this issue Oct 28, 2021
* Update nuget package generation with fix available on dotnet/sourcelink#572

* #10: added UnparsedArgs property

* #2: added management of arguments cross check

* Reverted back launchSettings.json after test of #2

* Capture all exceptions until tests are managed from workflow (#2 tests)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant