mirror of
https://github.com/goenning/google-indexing-script.git
synced 2024-11-22 11:56:59 +03:00
update typos for native commander commands
This commit is contained in:
parent
caa73f765b
commit
208a723cf8
@ -7,10 +7,11 @@ const program = new Command(packageJson.name);
|
||||
|
||||
program
|
||||
.alias("gis")
|
||||
.version(packageJson.version, "-v, --version")
|
||||
.version(packageJson.version, "-v, --version", "Output the current version.")
|
||||
.description(packageJson.description)
|
||||
.argument("[input]")
|
||||
.usage(`${green("[input]")} [options]`)
|
||||
.helpOption("-h, --help", "Output usage information.")
|
||||
.option("-c, --client-email <email>", "The client email for the Google service account.")
|
||||
.option("-k, --private-key <key>", "The private key for the Google service account.")
|
||||
.option("-p, --path <path>", "The path to the Google service account credentials file.")
|
||||
|
Loading…
Reference in New Issue
Block a user