Open markfinal opened 7 years ago
I wonder if existing NuGets can help here? https://github.com/commandlineparser/commandline
See https://twitter.com/Nick_Craver/status/1150443186705375238 for a discussion
Also, typos, such as -C.bitdepth=32 will just be ignored (should be --C.bit-depth=32)
For example
bam -b=Native -o buildtest -j=0 -c
will build in 'build' (the default), even though the intention was to build into 'buildtest'.