mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
flag: add overridable --help and --version by default
This commit is contained in:
7
vlib/flag/testdata/simplest_flag_program.help.out
vendored
Normal file
7
vlib/flag/testdata/simplest_flag_program.help.out
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
abc 0.0.1
|
||||
-----------------------------------------------
|
||||
Usage: abc [options] [ARGS]
|
||||
|
||||
Options:
|
||||
-h, --help display this help and exit
|
||||
--version output version information and exit
|
||||
Reference in New Issue
Block a user