in03 / proxima

Transcode source media directly from DaVinci Resolve using multiple machines for encoding. Great for creating proxies quickly.
MIT License
50 stars 3 forks source link

Restructure the `--vc` CLI option #265

Open in03 opened 1 year ago

in03 commented 1 year ago

The --vc version constraint override option must be applied like so:

proxima --vc my-key queue or proxima --vc my-key work 4

Although it means less boilerplate in code by adding the option to the typer callback, it's really unintuitive. Looking for subcommand help doesn't help either, since --help always works on the command level. Plus it's silly if future subcommands don't support the option...