Home
last modified time | relevance | path

Searched refs:CompleteCommand (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/clap_complete/examples/
Ddynamic.rs19 clap_complete::dynamic::bash::CompleteCommand::augment_subcommands(cmd) in command()
26 clap_complete::dynamic::bash::CompleteCommand::from_arg_matches(&matches) in main()
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs14 pub enum CompleteCommand { enum
63 impl CompleteCommand { implementation
73 let CompleteCommand::Complete(args) = self; in try_complete() localVariable