Skip to content

Commit

Permalink
chore(release): 6.0.20 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 25, 2024
1 parent 4ed65ca commit 755c203
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [6.0.20](https://github.com/oclif/plugin-help/compare/6.0.19...6.0.20) (2024-03-25)

### Bug Fixes

- remove docs directory ([4ed65ca](https://github.com/oclif/plugin-help/commit/4ed65cad3fe06b9aae472ae36f84d3b92a11dd55))

## [6.0.19](https://github.com/oclif/plugin-help/compare/6.0.18...6.0.19) (2024-03-24)

### Bug Fixes
Expand Down
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,27 @@ A CLI command to invoke the standard help functionality from [oclif/core](https:

<!-- commands -->

# Command Topics
- [`oclif help [COMMAND]`](#oclif-help-command)

- [`oclif help`](docs/help.md) - Display help for oclif.
## `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.0.20/src/commands/help.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-help",
"description": "Standard help for oclif.",
"version": "6.0.19",
"version": "6.0.20",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
Expand Down

0 comments on commit 755c203

Please sign in to comment.