Skip to content

Commit

Permalink
Merge pull request #39 from tiktok/fix-help
Browse files Browse the repository at this point in the history
Fix help
  • Loading branch information
chengcyber authored Mar 1, 2024
2 parents 813000f + f78c69c commit 175e741
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/sparo-lib/src/services/ArgvService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export class ArgvService {
.boolean('verbose')
.middleware([this._terminalMiddleware])
.alias('help', 'h')
.strict()
.parseAsync();
}

Expand Down
10 changes: 10 additions & 0 deletions common/changes/sparo/fix-help_2024-03-01-21-25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "",
"type": "none"
}
],
"packageName": "sparo"
}

0 comments on commit 175e741

Please sign in to comment.