Skip to content

Commit

Permalink
fix commander
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jan 12, 2025
1 parent 32069d8 commit a29ca14
Show file tree
Hide file tree
Showing 4 changed files with 2,990 additions and 1,740 deletions.
1 change: 1 addition & 0 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ program
.version(version, '-v, --version', 'output the current version')
.argument('[command]', 'command to execute')
.allowUnknownOption()
.allowExcessArguments()
.option('-c, --config <path>', 'custom config file path')
.option('-l, --logging <logging>', 'off, error, info, debug')

Expand Down
Loading

0 comments on commit a29ca14

Please sign in to comment.