v / vlib / cli / testdata / default_help_flag_no_command.out
8 lines · 6 sloc · 204 bytes · 7ab7149115ad367f929cf6d7f26da6c5c16b8498
Raw
1Usage: foo [flags] [commands]
2
3Flags:
4 -help Print help information
5 -man Print the auto-generated manpage
6
7Commands:
8 man Print the auto-generated manpage
9