Skip to content

oclif/plugin-help

Folders and files

NameName
Last commit message
Last commit date
Oct 12, 2023
Jun 11, 2024
Jul 23, 2024
Aug 6, 2021
Oct 16, 2023
Jun 5, 2024
May 22, 2024
Oct 12, 2023
Jan 27, 2018
Oct 13, 2023
Jan 27, 2018
Apr 10, 2024
Feb 22, 2024
Oct 12, 2023
Oct 12, 2023
Dec 8, 2024
Mar 18, 2024
Feb 15, 2018
Dec 8, 2024
Dec 8, 2024
Feb 22, 2024
Dec 8, 2024

Repository files navigation

@oclif/plugin-help

A CLI command to invoke the standard help functionality from oclif/core.

Version Downloads/week License

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

Contributing

See contributing guide