Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/examples/derive_ref/
Dhand_subcommand.rs9 struct RemoveArgs { struct
18 Remove(RemoveArgs), argument
25 Some(("remove", args)) => Ok(Self::Remove(RemoveArgs::from_arg_matches(args)?)), in from_arg_matches()
39 Some(("remove", args)) => *self = Self::Remove(RemoveArgs::from_arg_matches(args)?), in update_from_arg_matches()
55 .subcommand(RemoveArgs::augment_args(Command::new("remove"))) in augment_subcommands()
60 .subcommand(RemoveArgs::augment_args(Command::new("remove"))) in augment_subcommands_for_update()
Dinterop_tests.md158 RemoveArgs {
172 RemoveArgs {