clap/clap_complete/tests
Andrew Shu eec047a6f6 fix(help): Do not propagate global args to help
This prevents global args from showing in help completions,
since help completions should only suggest subcommands.
Adds tests to ensure the args still show in the generated
help messages of subcommands.
2022-08-26 17:48:58 -07:00
..
snapshots fix(help): Do not propagate global args to help 2022-08-26 17:48:58 -07:00
bash.rs feat(complete): Minimal rust-completion 2022-04-27 15:49:58 -05:00
common.rs fix: Switch to owned types 2022-08-22 14:55:55 -05:00
dynamic.rs fix(complete): Correctly detect positionals 2022-04-27 15:53:02 -05:00
elvish.rs test(complete): Use official extensions for snapshots 2022-04-22 16:21:10 -05:00
examples.rs test(complete): Option to verify examples 2022-04-27 09:03:47 -05:00
fish.rs test(complete): Use official extensions for snapshots 2022-04-22 16:21:10 -05:00
general.rs test(complete): Ensure we infer path completions from value_parser 2022-06-16 09:59:30 -05:00
powershell.rs test(complete): Use official extensions for snapshots 2022-04-22 16:21:10 -05:00
zsh.rs test(complete): Use official extensions for snapshots 2022-04-22 16:21:10 -05:00