mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
commit
175e7413e3
2 changed files with 10 additions and 1 deletions
|
@ -26,7 +26,6 @@ export class ArgvService {
|
|||
.boolean('verbose')
|
||||
.middleware([this._terminalMiddleware])
|
||||
.alias('help', 'h')
|
||||
.strict()
|
||||
.parseAsync();
|
||||
}
|
||||
|
||||
|
|
10
common/changes/sparo/fix-help_2024-03-01-21-25.json
Normal file
10
common/changes/sparo/fix-help_2024-03-01-21-25.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
Loading…
Reference in a new issue