Skip to content

Commit

Permalink
chore(release): 6.0.19 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 24, 2024
1 parent 4972f15 commit de3cf8a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 21 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.19](https://github.com/oclif/plugin-help/compare/6.0.18...6.0.19) (2024-03-24)

### Bug Fixes

- **deps:** bump @oclif/core from 3.23.0 to 3.26.0 ([#679](https://github.com/oclif/plugin-help/issues/679)) ([4972f15](https://github.com/oclif/plugin-help/commit/4972f150a7131160d34aabc10bb21c27cd3b1f61))

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

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

<!-- commands -->

- [`oclif help [COMMANDS]`](#oclif-help-commands)
# Command Topics

## `oclif help [COMMANDS]`

Display help for oclif.

```
USAGE
$ oclif help [COMMANDS] [-n]
ARGUMENTS
COMMANDS 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/v6.0.18/src/commands/help.ts)_
- [`oclif help`](docs/help.md) - Display help for oclif.

<!-- commandsstop -->

Expand Down
25 changes: 25 additions & 0 deletions docs/help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# `oclif help`

Display help for oclif.

- [`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.0.19/src/commands/help.ts)_
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.18",
"version": "6.0.19",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
Expand Down

0 comments on commit de3cf8a

Please sign in to comment.