Searched refs:CompleteCommand (Results 1 – 2 of 2) sorted by relevance
19 clap_complete::dynamic::bash::CompleteCommand::augment_subcommands(cmd) in command()26 clap_complete::dynamic::bash::CompleteCommand::from_arg_matches(&matches) in main()
14 pub enum CompleteCommand { enum63 impl CompleteCommand { implementation73 let CompleteCommand::Complete(args) = self; in try_complete() localVariable