UNPKG

@oclif/plugin-which

Version:

find which plugin a command is in

57 lines (42 loc) 1.59 kB
# @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/main.svg?style=shield)](https://circleci.com/gh/oclif/plugin-which/tree/main) [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/plugin-which?branch=main&svg=true)](https://ci.appveyor.com/project/oclif/plugin-which/branch/main) [![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/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 -->