Lines Matching full:bash
8 "tests/snapshots/basic.bash", in basic()
9 clap_complete::shells::Bash, in basic()
20 "tests/snapshots/feature_sample.bash", in feature_sample()
21 clap_complete::shells::Bash, in feature_sample()
32 "tests/snapshots/special_commands.bash", in special_commands()
33 clap_complete::shells::Bash, in special_commands()
44 "tests/snapshots/quoting.bash", in quoting()
45 clap_complete::shells::Bash, in quoting()
56 "tests/snapshots/aliases.bash", in aliases()
57 clap_complete::shells::Bash, in aliases()
68 "tests/snapshots/sub_subcommands.bash", in sub_subcommands()
69 clap_complete::shells::Bash, in sub_subcommands()
80 "tests/snapshots/value_hint.bash", in value_hint()
81 clap_complete::shells::Bash, in value_hint()
92 "tests/snapshots/value_terminator.bash", in value_terminator()
93 clap_complete::shells::Bash, in value_terminator()
105 let behavior = clap_complete::dynamic::bash::Behavior::Minimal; in register_minimal()
108 clap_complete::dynamic::bash::register(name, executables, completer, &behavior, &mut buf) in register_minimal()
112 .matches_path("tests/snapshots/register_minimal.bash", buf); in register_minimal()