Open ithinkihaveacat opened 1 month ago
Makes --version and --help work by manually parsing the arguments before launching into parser.parse(). (Calling parser.parse() with --help on the command-line throws an exception, because various arguments such as "watch-face" are marked required.
--version
--help
parser.parse()
--version still doesn't work properly due to #49.
Makes
--version
and--help
work by manually parsing the arguments before launching intoparser.parse()
. (Callingparser.parse()
with--help
on the command-line throws an exception, because various arguments such as "watch-face" are marked required.--version
still doesn't work properly due to #49.