File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed
Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments