mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
Add completions for https://tox.wiki/ * Improve error handling for tox environments list * Add comma separated environment support * use carapace-parse to generate initial skeleton - pipe all the 'tox subcommand --help' outputs to carapace-parse - some minor manual editing * add todo * Switch to ActionExecCommand for tox listing environments * refine completion for root args * wip: list cmd * fix issues in list command * complete completions for config, depends, devenv, exec * fix exec -- completion * fix pkg-only, mark mutually exclusive with sdistonly * add completions for run, run-parallel, quickstart * add aliases, finish legacy subcommand * consolidate common flags * fmt * address lints * tox: minor changes --------- Co-authored-by: rsteube <rsteube@users.noreply.github.com>