-
Notifications
You must be signed in to change notification settings - Fork 21
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
Parser for optional command line arguments #23
Comments
Sam's post https://automatedenver.com/maps-a-better-way-to-pass-command-line-arguments/ got me thinking on this again. The concepts there should work but needs to be variant dictionary to support older versions. Probably should be wrapped in a class which is initialised with the string array so you can do your own if you want. |
Basically done - just need to handle how to detect required elements that are missing. |
Required is in - build example and it's ready to ship! |
Its common with the command line to have a series of optional arguments. e.g. -o results.xml -ver 2014.
The tool could include support for parsing these into a variant dictionary.
The text was updated successfully, but these errors were encountered: