Searched refs:augment_subcommands_for_update (Results 1 – 9 of 9) sorted by relevance
251 fn augment_subcommands_for_update(cmd: Command) -> Command; in augment_subcommands_for_update() method350 fn augment_subcommands_for_update(cmd: Command) -> Command { in augment_subcommands_for_update() method351 <T as Subcommand>::augment_subcommands_for_update(cmd) in augment_subcommands_for_update()
445 fn augment_subcommands_for_update(cmd: Command<'_>) -> Command<'_>; in augment_subcommands_for_update() method566 fn augment_subcommands_for_update(cmd: Command<'_>) -> Command<'_> { in augment_subcommands_for_update() method567 <T as Subcommand>::augment_subcommands_for_update(cmd) in augment_subcommands_for_update()
128 fn augment_subcommands_for_update <'b>(__clap_app: clap::Command) -> clap::Command { in gen_for_enum()201 … let #app_var = <#ty as clap::Subcommand>::augment_subcommands_for_update(#app_var); in gen_augment()232 … <#ty as clap::Subcommand>::augment_subcommands_for_update(#subcommand_var) in gen_augment()
111 <Self as clap::Subcommand>::augment_subcommands_for_update(#app_var) in gen_for_enum()
60 fn augment_subcommands_for_update(cmd: Command<'_>) -> Command<'_> { in augment_subcommands_for_update() method
58 fn augment_subcommands_for_update(cmd: Command) -> Command { in augment_subcommands_for_update() method
55 fn augment_subcommands_for_update(_cmd: clap::Command) -> clap::Command { in subcommand()