-
Notifications
You must be signed in to change notification settings - Fork 0
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
f7e2a4d
commit 9220731
Showing
4 changed files
with
38 additions
and
29 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,27 @@ | ||
# `oclif-example which` | ||
|
||
Show which plugin a command is in. | ||
|
||
- [`oclif-example which`](#oclif-example-which) | ||
|
||
## `oclif-example which` | ||
|
||
Show which plugin a command is in. | ||
|
||
``` | ||
USAGE | ||
$ oclif-example which [--json] | ||
GLOBAL FLAGS | ||
--json Format output as json. | ||
DESCRIPTION | ||
Show which plugin a command is in. | ||
EXAMPLES | ||
See which plugin the `help` command is in: | ||
$ oclif-example which help | ||
``` | ||
|
||
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.1.6/src/commands/which.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