sofarocean / spotter-sd-parser

Open source tool for concatenating and parsing SD card data from Spotters
Apache License 2.0
9 stars 5 forks source link

Make argname normalization robust and exit 1 if invalid arg #18

Open randallpittman opened 1 year ago

randallpittman commented 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.

tcj commented 1 year ago

Thanks @randallpittman !