Skip to content

Commit 208a723

Browse files
committed
update typos for native commander commands
1 parent caa73f7 commit 208a723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ const program = new Command(packageJson.name);
77

88
program
99
.alias("gis")
10-
.version(packageJson.version, "-v, --version")
10+
.version(packageJson.version, "-v, --version", "Output the current version.")
1111
.description(packageJson.description)
1212
.argument("[input]")
1313
.usage(`${green("[input]")} [options]`)
14+
.helpOption("-h, --help", "Output usage information.")
1415
.option("-c, --client-email <email>", "The client email for the Google service account.")
1516
.option("-k, --private-key <key>", "The private key for the Google service account.")
1617
.option("-p, --path <path>", "The path to the Google service account credentials file.")

0 commit comments

Comments
 (0)