https://github.com/oclif/plugin-which
https://github.com/oclif/plugin-which
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oclif/plugin-which
- Owner: oclif
- License: mit
- Created: 2018-05-22T01:11:40.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2026-03-29T09:21:42.000Z (4 months ago)
- Last Synced: 2026-04-02T08:41:41.181Z (4 months ago)
- Language: TypeScript
- Size: 4.44 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @oclif/plugin-which
find which plugin a command is in
[](https://npmjs.org/package/@oclif/plugin-which)
[](https://npmjs.org/package/@oclif/plugin-which)
[](https://github.com/oclif/plugin-which/blob/main/package.json)
- [@oclif/plugin-which](#oclifplugin-which)
- [Usage](#usage)
- [Commands](#commands)
- [Contributing](#contributing)
# Usage
```sh-session
$ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-which/3.2.47 linux-x64 node-v20.20.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```
# Commands
- [`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
Use colon separators.
$ oclif-example which foo:bar:baz
Use spaces as separators.
$ oclif-example which foo bar baz
Wrap command in quotes to use spaces as separators.
$ oclif-example which "foo bar baz"
```
_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.47/src/commands/which.ts)_
# Contributing
See [contributing guide](./CONRTIBUTING.md)