Lines Matching refs:bash
8 "tests/snapshots/basic.bash",
20 "tests/snapshots/feature_sample.bash",
32 "tests/snapshots/special_commands.bash",
44 "tests/snapshots/quoting.bash",
56 "tests/snapshots/aliases.bash",
68 "tests/snapshots/sub_subcommands.bash",
80 "tests/snapshots/value_hint.bash",
92 "tests/snapshots/value_terminator.bash",
105 let behavior = clap_complete::dynamic::bash::Behavior::Minimal;
108 clap_complete::dynamic::bash::register(name, executables, completer, &behavior, &mut buf)
112 .matches_path("tests/snapshots/register_minimal.bash", buf);
120 "tests/snapshots/two_multi_valued_arguments.bash",