From: toastal <to...@po...> - 2025-07-07 19:08:30
|
It is pretty close, but the thing with command-line.parser, is that you can get --help (& in the future, command line completions, manpages, etc.) for free if following its API. That was the part that the big appeal over just coding my own over a switch statement. |