Lines Matching refs:str
3 pub fn basic_command(name: &'static str) -> clap::Command {
26 pub fn feature_sample_command(name: &'static str) -> clap::Command {
56 pub fn special_commands_command(name: &'static str) -> clap::Command {
75 pub fn quoting_command(name: &'static str) -> clap::Command {
125 pub fn aliases_command(name: &'static str) -> clap::Command {
150 pub fn sub_subcommands_command(name: &'static str) -> clap::Command {
171 pub fn value_hint_command(name: &'static str) -> clap::Command {
255 pub fn value_terminator_command(name: &'static str) -> clap::Command {
264 pub fn two_multi_valued_arguments_command(name: &'static str) -> clap::Command {
282 name: &'static str,