Home
last modified time | relevance | path

Searched refs:augment_subcommands_for_update (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/clap/src/
H A Dderive.rs340 fn augment_subcommands_for_update(cmd: Command) -> Command; in augment_subcommands_for_update() functions
460 fn augment_subcommands_for_update(cmd: Command) -> Command { in augment_subcommands_for_update() functions
461 <T as Subcommand>::augment_subcommands_for_update(cmd) in augment_subcommands_for_update()
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dinto_app.rs95 <Self as clap::Subcommand>::augment_subcommands_for_update(#app_var) in gen_for_enum()
H A Dsubcommand.rs111 fn augment_subcommands_for_update <'b>(__clap_app: clap::Command) -> clap::Command { in gen_for_enum() functions
184 let #app_var = <#ty as clap::Subcommand>::augment_subcommands_for_update(#app_var); in gen_augment()
215 <#ty as clap::Subcommand>::augment_subcommands_for_update(#subcommand_var) in gen_augment()
/third_party/rust/crates/clap/clap_derive/src/
H A Ddummies.rs51 fn augment_subcommands_for_update(_cmd: clap::Command) -> clap::Command { in subcommand() functions
/third_party/rust/crates/clap/examples/derive_ref/
H A Dhand_subcommand.rs58 fn augment_subcommands_for_update(cmd: Command) -> Command { in augment_subcommands_for_update() functions

Completed in 3 milliseconds