Merge pull request #39 from tiktok/fix-help

Fix help
This commit is contained in:
Cheng Liu 2024-03-01 15:18:49 -08:00 committed by GitHub
commit 175e7413e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -26,7 +26,6 @@ export class ArgvService {
.boolean('verbose')
.middleware([this._terminalMiddleware])
.alias('help', 'h')
.strict()
.parseAsync();
}

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "",
"type": "none"
}
],
"packageName": "sparo"
}