Skip to content

Commit

Permalink
fix: restore short flag names for help and version
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
peternhale committed Jul 30, 2021
1 parent 684c76c commit 4b9465d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,14 @@
"windows": {
"name": "Salesforce CLI",
"keypath": "/tmp/windows-signing.pfx"
}
},
"additionalVersionFlags": [
"version",
"-v"
],
"additionalHelpFlags": [
"-h"
]
},
"dependencies": {
"@oclif/core": "^0.5.23",
Expand Down

0 comments on commit 4b9465d

Please sign in to comment.