https://github.com/oclif/plugin-help
standard help for oclif
https://github.com/oclif/plugin-help
Last synced: 3 months ago
JSON representation
standard help for oclif
- Host: GitHub
- URL: https://github.com/oclif/plugin-help
- Owner: oclif
- License: mit
- Created: 2018-01-27T13:38:36.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-03-22T09:01:54.000Z (4 months ago)
- Last Synced: 2026-03-22T19:38:48.931Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.72 MB
- Stars: 24
- Watchers: 3
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @oclif/plugin-help
A CLI command to invoke the standard help functionality from [oclif/core](https://github.com/oclif/core).
[](https://npmjs.org/package/@oclif/plugin-help)
[](https://npmjs.org/package/@oclif/plugin-help)
[](https://github.com/oclif/plugin-help/blob/main/package.json)
- [`oclif help [COMMAND]`](#oclif-help-command)
## `oclif help [COMMAND]`
Display help for oclif.
```
USAGE
$ oclif help [COMMAND...] [-n]
ARGUMENTS
[COMMAND...] Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for oclif.
```
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.2.46/src/commands/help.ts)_
# Contributing
See [contributing guide](./CONRTIBUTING.md)