We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa73f7 commit 208a723Copy full SHA for 208a723
src/cli.ts
@@ -7,10 +7,11 @@ const program = new Command(packageJson.name);
7
8
program
9
.alias("gis")
10
- .version(packageJson.version, "-v, --version")
+ .version(packageJson.version, "-v, --version", "Output the current version.")
11
.description(packageJson.description)
12
.argument("[input]")
13
.usage(`${green("[input]")} [options]`)
14
+ .helpOption("-h, --help", "Output usage information.")
15
.option("-c, --client-email <email>", "The client email for the Google service account.")
16
.option("-k, --private-key <key>", "The private key for the Google service account.")
17
.option("-p, --path <path>", "The path to the Google service account credentials file.")
0 commit comments