You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
The
--vc
version constraint override option must be applied like so:proxima --vc my-key queue
orproxima --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...The text was updated successfully, but these errors were encountered: