Lines Matching refs:about
10 .about("tests stuff") in setup()
47 .about("tests things") in help_subcommand()
62 .about("tests subcommands") in help_multi_subcommand_error()
252 .about("tests clap library") in after_and_before_help_output()
292 .about("tests clap library") in after_and_before_long_help_output()
318 .about("tests subcommands") in multi_level_sc_help()
962 .about("bar") in issue_702_multiple_values()
1019 .about("bar") in long_about()
1230 .about("Show how the about text is not wrapped") in issue_777_wrap_all_things()
1416 .subcommand(Command::new("test").about("some")); in last_arg_mult_usage_req_with_sc()
1452 .subcommand(Command::new("test").about("some")); in last_arg_mult_usage_with_sc()
1589 .about("tests stuff") in issue_1052_require_delim_help()
1621 .about("does stuff") in custom_headers_headers()
1670 .about("does stuff") in multiple_custom_help_headers()
1742 .about("does stuff") in custom_help_headers_hide_args()
1795 .about("About foo") in show_long_about_issue_897()
1816 .about("About foo") in show_short_about_issue_897()
2209 .about("short about sub"), in prefer_about_over_long_about_in_subcommands_list()
2592 let cmd = Command::new("example").subcommand(Command::new("test").about("Subcommand")); in subcommand_help_doesnt_have_useless_help_flag()
2613 .subcommand(Command::new("test").about("Subcommand")); in disable_help_flag_affects_help_subcommand()
2690 .subcommand(Command::new("test").about("some")); in parent_cmd_req_in_usage_with_help_flag()
2713 .subcommand(Command::new("test").about("some")); in parent_cmd_req_in_usage_with_help_subcommand()
2736 .subcommand(Command::new("test").about("some")); in parent_cmd_req_in_usage_with_render_help()