Lines Matching refs:about
10 .about("tests stuff")
47 .about("tests things")
62 .about("tests subcommands")
252 .about("tests clap library")
292 .about("tests clap library")
318 .about("tests subcommands")
962 .about("bar")
1019 .about("bar")
1217 Show how the about text is not
1230 .about("Show how the about text is not wrapped")
1416 .subcommand(Command::new("test").about("some"));
1452 .subcommand(Command::new("test").about("some"));
1589 .about("tests stuff")
1621 .about("does stuff")
1670 .about("does stuff")
1742 .about("does stuff")
1778 Long about foo
1795 .about("About foo")
1796 .long_about("Long about foo"),
1816 .about("About foo")
1817 .long_about("Long about foo"),
2196 Usage: about-in-subcommands-list [COMMAND]
2199 sub short about sub
2206 let cmd = Command::new("about-in-subcommands-list").subcommand(
2208 .long_about("long about sub")
2209 .about("short about sub"),
2214 "about-in-subcommands-list --help",
2590 // The main care-about is that the docs and behavior match. Since the `help` subcommand
2592 let cmd = Command::new("example").subcommand(Command::new("test").about("Subcommand"));
2613 .subcommand(Command::new("test").about("Subcommand"));
2690 .subcommand(Command::new("test").about("some"));
2713 .subcommand(Command::new("test").about("some"));
2736 .subcommand(Command::new("test").about("some"));