clap/clap_complete/tests
Ed Page 9f9e410c6d feat(complete): Minimal rust-completion
Inspired by argcomplete, this provides Rust-implemented completions
- Only bash for now
- No subcommand support
- No flag value support
- No special settings support
- No handling of positions within positionals
- No prioritizing of required or removing of conflicts (including
  self-conflicts)
2022-04-27 15:49:58 -05:00
..
snapshots feat(complete): Minimal rust-completion 2022-04-27 15:49:58 -05:00
bash.rs feat(complete): Minimal rust-completion 2022-04-27 15:49:58 -05:00
common.rs fix(clap_complete_fig): Correct requiresEquals name and add it to the right objects 2022-03-18 14:46:20 +01: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
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