Skip to content

Commit 755c203

Browse files
committed
chore(release): 6.0.20 [skip ci]
1 parent 4ed65ca commit 755c203

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.0.20](https://github.com/oclif/plugin-help/compare/6.0.19...6.0.20) (2024-03-25)
2+
3+
### Bug Fixes
4+
5+
- remove docs directory ([4ed65ca](https://github.com/oclif/plugin-help/commit/4ed65cad3fe06b9aae472ae36f84d3b92a11dd55))
6+
17
## [6.0.19](https://github.com/oclif/plugin-help/compare/6.0.18...6.0.19) (2024-03-24)
28

39
### Bug Fixes

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,27 @@ A CLI command to invoke the standard help functionality from [oclif/core](https:
88

99
<!-- commands -->
1010

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

13-
- [`oclif help`](docs/help.md) - Display help for oclif.
13+
## `oclif help [COMMAND]`
14+
15+
Display help for oclif.
16+
17+
```
18+
USAGE
19+
$ oclif help [COMMAND...] [-n]
20+
21+
ARGUMENTS
22+
COMMAND... Command to show help for.
23+
24+
FLAGS
25+
-n, --nested-commands Include all nested commands in the output.
26+
27+
DESCRIPTION
28+
Display help for oclif.
29+
```
30+
31+
_See code: [src/commands/help.ts](https://github.com/oclif/plugin-help/blob/6.0.20/src/commands/help.ts)_
1432

1533
<!-- commandsstop -->
1634

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/plugin-help",
33
"description": "Standard help for oclif.",
4-
"version": "6.0.19",
4+
"version": "6.0.20",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-help/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)