UNPKG

1.6 kBMarkdownView Raw
1@oclif/plugin-which
2===================
3
4find which plugin a command is in
5
6[![Version](https://img.shields.io/npm/v/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which)
7[![CircleCI](https://circleci.com/gh/oclif/plugin-which/tree/master.svg?style=shield)](https://circleci.com/gh/oclif/plugin-which/tree/master)
8[![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)
9[![Codecov](https://codecov.io/gh/oclif/plugin-which/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/plugin-which)
10[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-which.svg)](https://npmjs.org/package/@oclif/plugin-which)
11[![License](https://img.shields.io/npm/l/@oclif/plugin-which.svg)](https://github.com/oclif/plugin-which/blob/master/package.json)
12
13<!-- toc -->
14* [Usage](#usage)
15* [Commands](#commands)
16<!-- tocstop -->
17# Usage
18<!-- usage -->
19```sh-session
20$ npm install -g @oclif/plugin-which
21$ oclif-example COMMAND
22running command...
23$ oclif-example (-v|--version|version)
24@oclif/plugin-which/1.0.3 linux-x64 node-v10.12.0
25$ oclif-example --help [COMMAND]
26USAGE
27 $ oclif-example COMMAND
28...
29```
30<!-- usagestop -->
31# Commands
32<!-- commands -->
33* [`oclif-example which COMMAND`](#oclif-example-which-command)
34
35## `oclif-example which COMMAND`
36
37show which plugin a command is in
38
39```
40USAGE
41 $ oclif-example which COMMAND
42```
43
44_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v1.0.3/src/commands/which.ts)_
45<!-- commandsstop -->