dennisvang / tufup

Automated updates for stand-alone Python applications.
MIT License
71 stars 1 forks source link

Command line (CLI) support for custom metadata #112

Closed dennisvang closed 3 months ago

dennisvang commented 4 months ago

related to #99

Although it may be cumbersome and error prone, it would be useful to allow custom metadata to be specified via the command line.

Some options:

This may be complicated by the way different shells handle quotes and escaping...