You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ program
330
330
.addCommand(build.makeBuildCommand());
331
331
```
332
332
333
-
Configuration options can be passed with the call to `.command()`. Specifying `true`for`opts.noHelp` will remove the command from the generated help output. Specifying `true`for`opts.isDefault` will run the subcommand if no other subcommand is specified ([example](./examples/defaultCommand.js)).
333
+
Configuration options can be passed with the call to `.command()` and `.addCommand()`. Specifying `true`for`opts.hidden` will remove the command from the generated help output. Specifying `true`for`opts.isDefault` will run the subcommand if no other subcommand is specified ([example](./examples/defaultCommand.js)).
0 commit comments