find which plugin a command is in
$ npm install -g @oclif/plugin-which
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-which/3.0.8 linux-x64 node-v18.18.2
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
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