We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6cf5f commit dbcbf9cCopy full SHA for dbcbf9c
bin/opts.json
@@ -1,8 +1,12 @@
1
{
2
"boolean": [
3
+ "help",
4
"version"
5
],
6
"alias": {
7
+ "help": [
8
+ "h"
9
+ ],
10
"version": [
11
"V"
12
]
bin/usage.txt
@@ -3,6 +3,7 @@ Usage: stdlib [options] <command> [args] [-- <options>]
Options:
+ -h, --help Print this message.
-V, --version Print the package version.
Commands:
0 commit comments