We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c43bdc commit c021dbbCopy full SHA for c021dbb
tests/builder/subcommands.rs
@@ -639,18 +639,18 @@ fn duplicate_subcommand_alias() {
639
#[test]
640
fn test_help_header() {
641
static VISIBLE_ALIAS_HELP: &str = "\
642
- Usage: clap-test [COMMAND]
643
-
644
- Commands:
645
- help Print this message or the help of the given subcommand(s)
646
647
- Test commands:
648
- test Some help
649
650
- Options:
651
- -h, --help Print help
652
- -V, --version Print version
653
- ";
+Usage: clap-test [COMMAND]
+
+Commands:
+ help Print this message or the help of the given subcommand(s)
+Test commands:
+ test Some help
+Options:
+ -h, --help Print help
+ -V, --version Print version
+";
654
655
let cmd = Command::new("clap-test")
656
.version("2.6")
0 commit comments