Command line tools should do what people expect. It’s a bit chaotic to navigate how to parse command line parameters since there are many conventions.
I’ve added code to try to infer value for a parameter using it’s ordinal position when there are no ordinary parameters present before the inferred parameter value.
This simply means that it should be possible to write:
my.exe --param1=something --param2=someother
and also:
my.exe something someother
Do you want to send a comment or give me a hint about any issues with a blog post: Open up an issue on GitHub.
Do you want to fix an error or add a comment published on the blog? You can do a fork of this post and do a pull request on github.
Comments