@oclif/plugin-which

find which plugin a command is in


Keywords
oclif-plugin
License
MIT
Install
npm install @oclif/plugin-which@1.0.3

Documentation

@oclif/plugin-which

find which plugin a command is in

Version Downloads/week License

Usage

$ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-which/3.1.7 linux-x64 node-v18.19.1
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

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

See code: src/commands/which.ts

Contributing

See contributing guide