google / watchface

Apache License 2.0
30 stars 3 forks source link

memory-footprint: support --help option #50

Open ithinkihaveacat opened 1 month ago

ithinkihaveacat commented 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 still doesn't work properly due to #49.