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