Skip to content

Commit dbcbf9c

Browse files
committed
Explicitly document help option
1 parent 6a6cf5f commit dbcbf9c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bin/opts.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"boolean": [
3+
"help",
34
"version"
45
],
56
"alias": {
7+
"help": [
8+
"h"
9+
],
610
"version": [
711
"V"
812
]

bin/usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Usage: stdlib [options] <command> [args] [-- <options>]
33

44
Options:
55

6+
-h, --help Print this message.
67
-V, --version Print the package version.
78

89
Commands:

0 commit comments

Comments
 (0)