Lines Matching refs:about
18 clap::Command::new("test").about("Subcommand").arg( in basic_command()
30 .about("Tests completions") in feature_sample_command()
47 clap::Command::new("test").about("tests things").arg( in feature_sample_command()
60 .about("tests other things") in special_commands_command()
115 clap::Command::new("cmd-single-quotes").about("Can be 'always', 'auto', or 'never'"), in quoting_command()
117 .about("Can be \"always\", \"auto\", or \"never\""), in quoting_command()
118 clap::Command::new("cmd-backticks").about("For more information see `echo test`"), in quoting_command()
119 clap::Command::new("cmd-backslash").about("Avoid '\\n'"), in quoting_command()
120 clap::Command::new("cmd-brackets").about("List packages [filter]"), in quoting_command()
121 clap::Command::new("cmd-expansions").about("Execute the shell command with $SHELL"), in quoting_command()
128 .about("testing bash completions") in aliases_command()
153 .about("top level subcommand") in sub_subcommands_command()
156 clap::Command::new("sub_cmd").about("sub-subcommand").arg( in sub_subcommands_command()