Home
last modified time | relevance | path

Searched refs:feature_sample_command (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/clap/clap_complete/tests/
Dcommon.rs26 pub fn feature_sample_command(name: &'static str) -> clap::Command { in feature_sample_command() function
57 feature_sample_command(name) in special_commands_command()
151 feature_sample_command(name).subcommand( in sub_subcommands_command()
Dpowershell.rs18 let cmd = common::feature_sample_command(name); in feature_sample()
Dfish.rs18 let cmd = common::feature_sample_command(name); in feature_sample()
Delvish.rs18 let cmd = common::feature_sample_command(name); in feature_sample()
Dzsh.rs18 let cmd = common::feature_sample_command(name); in feature_sample()
Dbash.rs18 let cmd = common::feature_sample_command(name); in feature_sample()
/third_party/rust/crates/clap/clap_complete_fig/tests/
Dcommon.rs24 pub fn feature_sample_command(name: &'static str) -> clap::Command { in feature_sample_command() function
55 feature_sample_command(name) in special_commands_command()
149 feature_sample_command(name).subcommand( in sub_subcommands_command()
Dfig.rs18 let cmd = common::feature_sample_command(name); in feature_sample()
/third_party/rust/crates/clap/clap_mangen/tests/
Dcommon.rs26 pub fn feature_sample_command(name: &'static str) -> clap::Command { in feature_sample_command() function
57 feature_sample_command(name) in special_commands_command()
147 feature_sample_command(name).subcommand( in sub_subcommands_command()
Droff.rs13 let cmd = common::feature_sample_command(name); in feature_sample()