Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

oclif/plugin-which

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.2.43 linux-x64 node-v20.19.6
$ 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
 Use colon separators.
 $ oclif-example which foo:bar:baz
 Use spaces as separators.
 $ oclif-example which foo bar baz
 Wrap command in quotes to use spaces as separators.
 $ oclif-example which "foo bar baz"

See code: src/commands/which.ts

Contributing

See contributing guide

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 15

AltStyle によって変換されたページ (->オリジナル) /