File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -639,19 +639,18 @@ fn duplicate_subcommand_alias() {
639639#[ test]
640640fn test_help_header ( ) {
641641 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- " ;
654-
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+ " ;
655654 let cmd = Command :: new ( "clap-test" )
656655 . version ( "2.6" )
657656 . subcommand (
You can’t perform that action at this time.
0 commit comments