v/vlib/cli/testdata/default_help_flag_no_command.out
Turiiya c0fec31bef
cli: fix default flags when their command equivalents are disabled (#21469)
* always replace `\r\n` with `\n`

* fix

* test

* cleanup

* add doc comment
2024-05-08 14:11:40 +03:00

8 lines
210 B
Text

Usage: foo [flags] [commands]
Flags:
-help Prints help information.
-man Prints the auto-generated manpage.
Commands:
man Prints the auto-generated manpage.