Open randallpittman opened 1 year ago
The existing code doesn't handle passing outpath nor some other args at the command line and the code for normalizing capitalization is brittle. This PR makes these both programmatic. Also, it exits with exitcode 1 (error) if the argname is invalid.
outpath
Thanks @randallpittman !
The existing code doesn't handle passing
outpath
nor some other args at the command line and the code for normalizing capitalization is brittle. This PR makes these both programmatic. Also, it exits with exitcode 1 (error) if the argname is invalid.