small-tech / watson

Watson is a best-practices application template for elementary OS 6 (Odin).
GNU General Public License v3.0
46 stars 3 forks source link

Include basic commandline argument handling and handle -v/--version argument and basic --help info #4

Closed aral closed 2 years ago

aral commented 3 years ago

Apps generated with Watson should handle universal command-line options (like --help and -v/--version) properly by default.

This should be implemented in a manner that makes it easy for the developer to add further options should they desire (see the core apps, e.g., Code, for an example of a good, maintainable implementation.)

aral commented 2 years ago

See: