-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4972f15
commit de3cf8a
Showing
4 changed files
with
34 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# `oclif help` | ||
|
||
Display help for oclif. | ||
|
||
- [`oclif help [COMMAND]`](#oclif-help-command) | ||
|
||
## `oclif help [COMMAND]` | ||
|
||
Display help for oclif. | ||
|
||
``` | ||
USAGE | ||
$ oclif help [COMMAND...] [-n] | ||
ARGUMENTS | ||
COMMAND... Command to show help for. | ||
FLAGS | ||
-n, --nested-commands Include all nested commands in the output. | ||
DESCRIPTION | ||
Display help for oclif. | ||
``` | ||
|
||
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.0.19/src/commands/help.ts)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters