@oclif/plugin-which =================== find which plugin a command is in [![Version](https://img.shields.io/npm/v/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which) [![CircleCI](https://circleci.com/gh/oclif/plugin-which/tree/master.svg?style=shield)](https://circleci.com/gh/oclif/plugin-which/tree/master) [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-which?branch=master&svg=true)](https://ci.appveyor.com/project/oclif/plugin-which/branch/master) [![Codecov](https://codecov.io/gh/oclif/plugin-which/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/plugin-which) [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which) [![License](https://img.shields.io/npm/l/@oclif/plugin-which.svg)](https://github.com/oclif/plugin-which/blob/master/package.json) * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ npm install -g @oclif/plugin-which $ oclif-example COMMAND running command... $ oclif-example (-v|--version|version) @oclif/plugin-which/1.0.3 linux-x64 node-v10.12.0 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND ... ``` # Commands * [`oclif-example which COMMAND`](#oclif-example-which-command) ## `oclif-example which COMMAND` show which plugin a command is in ``` USAGE $ oclif-example which COMMAND ``` _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v1.0.3/src/commands/which.ts)_