Skip to content

oclif/plugin-which

Folders and files

NameName
Last commit message
Last commit date

Latest commit

52a97bd · May 12, 2024
Oct 11, 2023
Mar 22, 2024
Oct 11, 2023
Oct 16, 2023
Feb 15, 2024
Feb 28, 2024
Oct 11, 2023
Oct 11, 2023
Oct 13, 2023
May 22, 2018
Apr 9, 2024
Feb 22, 2024
Oct 11, 2023
May 22, 2018
Oct 11, 2023
May 12, 2024
Mar 18, 2024
May 22, 2018
May 12, 2024
May 12, 2024
Oct 11, 2023
May 12, 2024

Repository files navigation

@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.10 linux-x64 node-v18.20.2
$ 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