@oclif/plugin-which
Version:
find which plugin a command is in
57 lines (42 loc) • 1.59 kB
Markdown
# @oclif/plugin-which
find which plugin a command is in
[](https://npmjs.org/package/@oclif/plugin-which)
[](https://circleci.com/gh/oclif/plugin-which/tree/main)
[](https://ci.appveyor.com/project/oclif/plugin-which/branch/main)
[](https://npmjs.org/package/@oclif/plugin-which)
[](https://github.com/oclif/plugin-which/blob/main/package.json)
<!-- toc -->
* [@oclif/plugin-which](#oclifplugin-which)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-which/3.0.11 linux-x64 node-v20.9.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`oclif-example which`](#oclif-example-which)
## `oclif-example which`
Show which plugin a command is in.
```
USAGE
$ oclif-example which
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/v3.0.11/src/commands/which.ts)_
<!-- commandsstop -->