@oclif/plugin-help 5.1.11 → 5.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
- package/CHANGELOG.md +0 -762
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"5.1.
|
|
1
|
+
{"version":"5.1.13","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","strict":false,"pluginName":"@oclif/plugin-help","pluginAlias":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}]}}}
|
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-help",
|
|
3
3
|
"description": "Standard help for oclif.",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-help/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^1.
|
|
8
|
+
"@oclif/core": "^1.16.4"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@oclif/plugin-plugins": "^2.0
|
|
12
|
-
"@oclif/test": "^2.0
|
|
11
|
+
"@oclif/plugin-plugins": "^2.1.0",
|
|
12
|
+
"@oclif/test": "^2.1.0",
|
|
13
13
|
"@types/chai": "^4.3.0",
|
|
14
|
-
"@types/mocha": "^9.
|
|
15
|
-
"chai": "^4.
|
|
14
|
+
"@types/mocha": "^9.1.0",
|
|
15
|
+
"chai": "^4.3.6",
|
|
16
16
|
"eslint": "^7.3.1",
|
|
17
17
|
"eslint-config-oclif": "^4.0.0",
|
|
18
18
|
"eslint-config-oclif-typescript": "^1.0.2",
|
|
19
|
-
"mocha": "^9.
|
|
20
|
-
"oclif": "^2.
|
|
21
|
-
"shx": "^0.3.
|
|
19
|
+
"mocha": "^9.2.2",
|
|
20
|
+
"oclif": "^2.6.3",
|
|
21
|
+
"shx": "^0.3.4",
|
|
22
22
|
"ts-node": "^9.1.1",
|
|
23
|
-
"typescript": "^4.
|
|
23
|
+
"typescript": "^4.6.3"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
26
|
"node": ">=12.0.0"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"prepack": "yarn run build && oclif manifest .",
|
|
53
53
|
"postpack": "shx rm oclif.manifest.json"
|
|
54
54
|
},
|
|
55
|
-
"types": "./lib/
|
|
56
|
-
}
|
|
55
|
+
"types": "./lib/index.d.ts"
|
|
56
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,762 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [5.1.11](https://github.com/oclif/plugin-help/compare/v5.1.10...v5.1.11) (2022-02-01)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* bump dependencies ([3c346fd](https://github.com/oclif/plugin-help/commit/3c346fdb3a9ee8bb5db1b2059ffaad9d97fc9bc0))
|
|
11
|
-
|
|
12
|
-
### [5.1.10](https://github.com/oclif/plugin-help/compare/v5.1.9...v5.1.10) (2021-12-08)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
|
|
17
|
-
* align deps across repos ([#339](https://github.com/oclif/plugin-help/issues/339)) ([87d71e3](https://github.com/oclif/plugin-help/commit/87d71e327c8568825dca244d3a674da00974d073))
|
|
18
|
-
|
|
19
|
-
### [5.1.9](https://github.com/oclif/plugin-help/compare/v5.1.8...v5.1.9) (2021-12-08)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### Bug Fixes
|
|
23
|
-
|
|
24
|
-
* bump deps ([#338](https://github.com/oclif/plugin-help/issues/338)) ([e21970d](https://github.com/oclif/plugin-help/commit/e21970d677bae9bd909915e0b99417e8273c9219))
|
|
25
|
-
|
|
26
|
-
### [5.1.8](https://github.com/oclif/plugin-help/compare/v5.1.7...v5.1.8) (2021-12-07)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Bug Fixes
|
|
30
|
-
|
|
31
|
-
* create index.ts ([#337](https://github.com/oclif/plugin-help/issues/337)) ([f58b32c](https://github.com/oclif/plugin-help/commit/f58b32cc1f42d440a95503dd26b6487cdb0d736e))
|
|
32
|
-
|
|
33
|
-
### [5.1.7](https://github.com/oclif/plugin-help/compare/v5.1.6...v5.1.7) (2021-12-02)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
* bump @oclif/core ([cfb8a70](https://github.com/oclif/plugin-help/commit/cfb8a70a52342542a41c6d90b29ef5b38363fc32))
|
|
39
|
-
|
|
40
|
-
### [5.1.6](https://github.com/oclif/plugin-help/compare/v5.1.5...v5.1.6) (2021-12-02)
|
|
41
|
-
|
|
42
|
-
### [5.1.5](https://github.com/oclif/plugin-help/compare/v5.1.4...v5.1.5) (2021-12-01)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
### Bug Fixes
|
|
46
|
-
|
|
47
|
-
* bump deps ([#331](https://github.com/oclif/plugin-help/issues/331)) ([61cd38c](https://github.com/oclif/plugin-help/commit/61cd38c5dbca484674dbe53aafd48ac43827cb9c))
|
|
48
|
-
|
|
49
|
-
### [5.1.4](https://github.com/oclif/plugin-help/compare/v5.1.3...v5.1.4) (2021-12-01)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
### Bug Fixes
|
|
53
|
-
|
|
54
|
-
* bump deps ([#329](https://github.com/oclif/plugin-help/issues/329)) ([97ec486](https://github.com/oclif/plugin-help/commit/97ec48619a849f9023b7fd8816414b4410a08dd2))
|
|
55
|
-
|
|
56
|
-
### [5.1.3](https://github.com/oclif/plugin-help/compare/v5.1.2...v5.1.3) (2021-11-18)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### Bug Fixes
|
|
60
|
-
|
|
61
|
-
* bump oclif/core one more time ([#309](https://github.com/oclif/plugin-help/issues/309)) ([ca5a5b1](https://github.com/oclif/plugin-help/commit/ca5a5b10b79904588ed8fba55dac1ef83d84f4ad))
|
|
62
|
-
|
|
63
|
-
### [5.1.2](https://github.com/oclif/plugin-help/compare/v5.1.1...v5.1.2) (2021-11-08)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* bump oclif/core to v1 ([#304](https://github.com/oclif/plugin-help/issues/304)) ([4dbe2fc](https://github.com/oclif/plugin-help/commit/4dbe2fc3f09f477efe98ba49a7c585a395ca3cfb))
|
|
69
|
-
|
|
70
|
-
### [5.1.1](https://github.com/oclif/plugin-help/compare/v5.1.0...v5.1.1) (2021-09-29)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
### Bug Fixes
|
|
74
|
-
|
|
75
|
-
* adjust help text to new style guide ([#282](https://github.com/oclif/plugin-help/issues/282)) ([58e35ce](https://github.com/oclif/plugin-help/commit/58e35ce281dcb302e801d09d2e4a05bf7a6fa0cc))
|
|
76
|
-
|
|
77
|
-
## [5.1.0](https://github.com/oclif/plugin-help/compare/v5.0.1...v5.1.0) (2021-09-23)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Features
|
|
81
|
-
|
|
82
|
-
* rename help cmd flag --all to --nested-commands ([#279](https://github.com/oclif/plugin-help/issues/279)) ([27772d2](https://github.com/oclif/plugin-help/commit/27772d2e947e5ff4cc668f6d3cf81b54c46ca62a))
|
|
83
|
-
|
|
84
|
-
### [5.0.1](https://github.com/oclif/plugin-help/compare/v5.0.0...v5.0.1) (2021-09-21)
|
|
85
|
-
|
|
86
|
-
## [5.0.0](https://github.com/oclif/plugin-help/compare/v4.0.3...v5.0.0) (2021-09-21)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
### ⚠ BREAKING CHANGES
|
|
90
|
-
|
|
91
|
-
* require node 12+ (#278)
|
|
92
|
-
|
|
93
|
-
### build
|
|
94
|
-
|
|
95
|
-
* require node 12+ ([#278](https://github.com/oclif/plugin-help/issues/278)) ([78b0ddb](https://github.com/oclif/plugin-help/commit/78b0ddb346cbedb47735eb99a82c2626dbcde6af))
|
|
96
|
-
|
|
97
|
-
### [4.0.3](https://github.com/oclif/plugin-help/compare/v4.0.2...v4.0.3) (2021-08-18)
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Bug Fixes
|
|
101
|
-
|
|
102
|
-
* bump oclif/core and @salesforce/core ([#270](https://github.com/oclif/plugin-help/issues/270)) ([037bbc3](https://github.com/oclif/plugin-help/commit/037bbc37270b4615d93aa4ae6e1d02b99d074d90))
|
|
103
|
-
|
|
104
|
-
### [4.0.2](https://github.com/oclif/plugin-help/compare/v4.0.1...v4.0.2) (2021-08-17)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Bug Fixes
|
|
108
|
-
|
|
109
|
-
* await showHelp ([#269](https://github.com/oclif/plugin-help/issues/269)) ([46a9612](https://github.com/oclif/plugin-help/commit/46a9612291dba0e5792ac08ed8f07ca76366f075))
|
|
110
|
-
|
|
111
|
-
### [4.0.1](https://github.com/oclif/plugin-help/compare/v4.0.0...v4.0.1) (2021-08-16)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Bug Fixes
|
|
115
|
-
|
|
116
|
-
* failing tests ([775ad5e](https://github.com/oclif/plugin-help/commit/775ad5efb7a71db2ed1f20b4462e8365cf90cc53))
|
|
117
|
-
* use correct path for oclif.commands ([08bc9f2](https://github.com/oclif/plugin-help/commit/08bc9f20c1f8b98cb708ecb5a75fbcc0b4667f4b))
|
|
118
|
-
|
|
119
|
-
## [4.0.0](https://github.com/oclif/plugin-help/compare/v3.2.2...v4.0.0) (2021-08-06)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### Features
|
|
123
|
-
|
|
124
|
-
* upgrade to oclif-core ([7154ae7](https://github.com/oclif/plugin-help/commit/7154ae7c5c1438d3fbf408d1f49a90165e7a21f3))
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
### Bug Fixes
|
|
128
|
-
|
|
129
|
-
* re-add oclif/dev-cli ([5e17dd5](https://github.com/oclif/plugin-help/commit/5e17dd5567a2b7c6afa2bde5eb5504f5048447db))
|
|
130
|
-
|
|
131
|
-
## [3.2.2](https://github.com/oclif/plugin-help/compare/v3.2.1...v3.2.2) (2021-02-03)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Bug Fixes
|
|
135
|
-
|
|
136
|
-
* avoid recomputing topics in loop ([#189](https://github.com/oclif/plugin-help/issues/189)) ([eccb862](https://github.com/oclif/plugin-help/commit/eccb862e725f28d305de5cccde109c15abbb5f98)), closes [#101](https://github.com/oclif/plugin-help/issues/101)
|
|
137
|
-
|
|
138
|
-
## [3.2.1](https://github.com/oclif/plugin-help/compare/v3.2.0...v3.2.1) (2020-12-14)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* move oclif/errors to dependencies ([#179](https://github.com/oclif/plugin-help/issues/179)) ([a5e8320](https://github.com/oclif/plugin-help/commit/a5e8320ce480c55ba7800a8a9f444e681dee7a76))
|
|
144
|
-
|
|
145
|
-
# [3.2.0](https://github.com/oclif/plugin-help/compare/v3.1.0...v3.2.0) (2020-08-03)
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### Features
|
|
149
|
-
|
|
150
|
-
* support src/command/index cmd ([#112](https://github.com/oclif/plugin-help/issues/112)) ([8957336](https://github.com/oclif/plugin-help/commit/8957336f3c35675bb243ac90c49c298fbef23e59))
|
|
151
|
-
|
|
152
|
-
## [2.1.4](https://github.com/oclif/plugin-help/compare/v2.1.3...v2.1.4) (2018-11-12)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
### Bug Fixes
|
|
156
|
-
|
|
157
|
-
* Expose command help method ([#33](https://github.com/oclif/plugin-help/issues/33)) ([0c0a0d9](https://github.com/oclif/plugin-help/commit/0c0a0d9))
|
|
158
|
-
|
|
159
|
-
## [2.1.3](https://github.com/oclif/plugin-help/compare/v2.1.2...v2.1.3) (2018-10-13)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Bug Fixes
|
|
163
|
-
|
|
164
|
-
* remove greenkeeper badge ([63640c7](https://github.com/oclif/plugin-help/commit/63640c7))
|
|
165
|
-
|
|
166
|
-
## [2.1.2](https://github.com/oclif/plugin-help/compare/v2.1.1...v2.1.2) (2018-09-13)
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### Bug Fixes
|
|
170
|
-
|
|
171
|
-
* move strip-ansi into dependencies ([17863f9](https://github.com/oclif/plugin-help/commit/17863f9))
|
|
172
|
-
|
|
173
|
-
## [2.1.1](https://github.com/oclif/plugin-help/compare/v2.1.0...v2.1.1) (2018-09-01)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Bug Fixes
|
|
177
|
-
|
|
178
|
-
* show docs for allowNo on boolean flags ([208a27a](https://github.com/oclif/plugin-help/commit/208a27a))
|
|
179
|
-
|
|
180
|
-
<a name="2.1.0"></a>
|
|
181
|
-
# [2.1.0](https://github.com/oclif/plugin-help/compare/v2.0.5...v2.1.0) (2018-08-17)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Features
|
|
185
|
-
|
|
186
|
-
* typescript 3 ([53c4d0f](https://github.com/oclif/plugin-help/commit/53c4d0f))
|
|
187
|
-
|
|
188
|
-
<a name="2.0.5"></a>
|
|
189
|
-
## [2.0.5](https://github.com/oclif/plugin-help/compare/v2.0.4...v2.0.5) (2018-06-06)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Bug Fixes
|
|
193
|
-
|
|
194
|
-
* show argument options in help ([#26](https://github.com/oclif/plugin-help/issues/26)) ([0c8d1bf](https://github.com/oclif/plugin-help/commit/0c8d1bf))
|
|
195
|
-
|
|
196
|
-
<a name="2.0.4"></a>
|
|
197
|
-
## [2.0.4](https://github.com/oclif/plugin-help/compare/v2.0.3...v2.0.4) (2018-05-31)
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
### Bug Fixes
|
|
201
|
-
|
|
202
|
-
* trim descriptions ([d26baaa](https://github.com/oclif/plugin-help/commit/d26baaa))
|
|
203
|
-
|
|
204
|
-
<a name="2.0.3"></a>
|
|
205
|
-
## [2.0.3](https://github.com/oclif/plugin-help/compare/v2.0.2...v2.0.3) (2018-05-31)
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
### Bug Fixes
|
|
209
|
-
|
|
210
|
-
* read from `example` or `examples` ([d08f33b](https://github.com/oclif/plugin-help/commit/d08f33b))
|
|
211
|
-
|
|
212
|
-
<a name="2.0.2"></a>
|
|
213
|
-
## [2.0.2](https://github.com/oclif/plugin-help/compare/v2.0.1...v2.0.2) (2018-05-30)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
### Bug Fixes
|
|
217
|
-
|
|
218
|
-
* allow setting COLUMNS env var ([961fea0](https://github.com/oclif/plugin-help/commit/961fea0))
|
|
219
|
-
|
|
220
|
-
<a name="2.0.1"></a>
|
|
221
|
-
## [2.0.1](https://github.com/oclif/plugin-help/compare/v2.0.0...v2.0.1) (2018-05-30)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### Bug Fixes
|
|
225
|
-
|
|
226
|
-
* single line to separate examples ([da1c488](https://github.com/oclif/plugin-help/commit/da1c488))
|
|
227
|
-
|
|
228
|
-
<a name="2.0.0"></a>
|
|
229
|
-
# [2.0.0](https://github.com/oclif/plugin-help/compare/v1.2.11...v2.0.0) (2018-05-28)
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
### Features
|
|
233
|
-
|
|
234
|
-
* removed commands command ([cfcac30](https://github.com/oclif/plugin-help/commit/cfcac30))
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
### BREAKING CHANGES
|
|
238
|
-
|
|
239
|
-
* `commands` command is no longer in this plugin
|
|
240
|
-
it will be moved into @oclif/plugin-commands
|
|
241
|
-
|
|
242
|
-
<a name="1.2.11"></a>
|
|
243
|
-
## [1.2.11](https://github.com/oclif/plugin-help/compare/v1.2.10...v1.2.11) (2018-05-14)
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
### Bug Fixes
|
|
247
|
-
|
|
248
|
-
* use gray for ConEmu ([d0a469d](https://github.com/oclif/plugin-help/commit/d0a469d))
|
|
249
|
-
|
|
250
|
-
<a name="1.2.10"></a>
|
|
251
|
-
## [1.2.10](https://github.com/oclif/plugin-help/compare/v1.2.9...v1.2.10) (2018-05-03)
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Bug Fixes
|
|
255
|
-
|
|
256
|
-
* updated semantic-release ([e3ff4aa](https://github.com/oclif/plugin-help/commit/e3ff4aa))
|
|
257
|
-
|
|
258
|
-
<a name="1.2.9"></a>
|
|
259
|
-
## [1.2.9](https://github.com/oclif/plugin-help/compare/v1.2.8...v1.2.9) (2018-05-03)
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
### Bug Fixes
|
|
263
|
-
|
|
264
|
-
* manifest ([711b996](https://github.com/oclif/plugin-help/commit/711b996))
|
|
265
|
-
|
|
266
|
-
<a name="1.2.8"></a>
|
|
267
|
-
## [1.2.8](https://github.com/oclif/plugin-help/compare/v1.2.7...v1.2.8) (2018-05-03)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### Bug Fixes
|
|
271
|
-
|
|
272
|
-
* updated command ([6a725d4](https://github.com/oclif/plugin-help/commit/6a725d4))
|
|
273
|
-
|
|
274
|
-
<a name="1.2.7"></a>
|
|
275
|
-
## [1.2.7](https://github.com/oclif/plugin-help/compare/v1.2.6...v1.2.7) (2018-05-01)
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
### Bug Fixes
|
|
279
|
-
|
|
280
|
-
* updated command ([2909558](https://github.com/oclif/plugin-help/commit/2909558))
|
|
281
|
-
|
|
282
|
-
<a name="1.2.6"></a>
|
|
283
|
-
## [1.2.6](https://github.com/oclif/plugin-help/compare/v1.2.5...v1.2.6) (2018-05-01)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
* updated command and chalk ([136aaa3](https://github.com/oclif/plugin-help/commit/136aaa3))
|
|
289
|
-
|
|
290
|
-
<a name="1.2.5"></a>
|
|
291
|
-
## [1.2.5](https://github.com/oclif/plugin-help/compare/v1.2.4...v1.2.5) (2018-04-20)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Bug Fixes
|
|
295
|
-
|
|
296
|
-
* show topic list without extra newline ([89d0bc5](https://github.com/oclif/plugin-help/commit/89d0bc5))
|
|
297
|
-
|
|
298
|
-
<a name="1.2.4"></a>
|
|
299
|
-
## [1.2.4](https://github.com/oclif/plugin-help/compare/v1.2.3...v1.2.4) (2018-04-10)
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
### Bug Fixes
|
|
303
|
-
|
|
304
|
-
* updated command ([5837908](https://github.com/oclif/plugin-help/commit/5837908))
|
|
305
|
-
|
|
306
|
-
<a name="1.2.3"></a>
|
|
307
|
-
## [1.2.3](https://github.com/oclif/plugin-help/compare/v1.2.2...v1.2.3) (2018-04-07)
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
### Bug Fixes
|
|
311
|
-
|
|
312
|
-
* show extra line between examples ([d05ec75](https://github.com/oclif/plugin-help/commit/d05ec75))
|
|
313
|
-
|
|
314
|
-
<a name="1.2.2"></a>
|
|
315
|
-
## [1.2.2](https://github.com/oclif/plugin-help/compare/v1.2.1...v1.2.2) (2018-03-28)
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
### Bug Fixes
|
|
319
|
-
|
|
320
|
-
* updated [@oclif](https://github.com/oclif)/command ([01e4d9b](https://github.com/oclif/plugin-help/commit/01e4d9b))
|
|
321
|
-
|
|
322
|
-
<a name="1.2.1"></a>
|
|
323
|
-
## [1.2.1](https://github.com/oclif/plugin-help/compare/v1.2.0...v1.2.1) (2018-03-24)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### Bug Fixes
|
|
327
|
-
|
|
328
|
-
* move help into its own section ([8099431](https://github.com/oclif/plugin-help/commit/8099431))
|
|
329
|
-
|
|
330
|
-
<a name="1.2.0"></a>
|
|
331
|
-
# [1.2.0](https://github.com/oclif/plugin-help/compare/v1.1.8...v1.2.0) (2018-03-24)
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
### Bug Fixes
|
|
335
|
-
|
|
336
|
-
* use new semantic-release ([8bdc8fc](https://github.com/oclif/plugin-help/commit/8bdc8fc))
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
### Features
|
|
340
|
-
|
|
341
|
-
* show version on root help ([988de52](https://github.com/oclif/plugin-help/commit/988de52))
|
|
342
|
-
|
|
343
|
-
<a name="1.1.8"></a>
|
|
344
|
-
## [1.1.8](https://github.com/oclif/plugin-help/compare/a4a769687bd7a19f535773c5ab39064b6b35ac0b...v1.1.8) (2018-03-24)
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
### Bug Fixes
|
|
348
|
-
|
|
349
|
-
* updated command ([5e3b8f5](https://github.com/oclif/plugin-help/commit/5e3b8f5))
|
|
350
|
-
|
|
351
|
-
<a name="1.1.7"></a>
|
|
352
|
-
## [1.1.7](https://github.com/oclif/plugin-help/compare/cb5f9bea2c14d88afd94843026b09d245f584864...v1.1.7) (2018-03-23)
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
### Bug Fixes
|
|
356
|
-
|
|
357
|
-
* updated deps ([a4a7696](https://github.com/oclif/plugin-help/commit/a4a7696))
|
|
358
|
-
|
|
359
|
-
<a name="1.1.6"></a>
|
|
360
|
-
## [1.1.6](https://github.com/oclif/plugin-help/compare/967d74a74c77f4a8ac7a389b91b92dfaa9caaff1...v1.1.6) (2018-02-28)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Bug Fixes
|
|
364
|
-
|
|
365
|
-
* updated deps ([cb5f9be](https://github.com/oclif/plugin-help/commit/cb5f9be))
|
|
366
|
-
|
|
367
|
-
<a name="1.1.5"></a>
|
|
368
|
-
## [1.1.5](https://github.com/oclif/plugin-help/compare/829e75edaf307223a1693b16d10e2216e0f5f9ba...v1.1.5) (2018-02-17)
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
### Bug Fixes
|
|
372
|
-
|
|
373
|
-
* fix help command ([c60c0cb](https://github.com/oclif/plugin-help/commit/c60c0cb))
|
|
374
|
-
* fixed tests ([967d74a](https://github.com/oclif/plugin-help/commit/967d74a))
|
|
375
|
-
|
|
376
|
-
<a name="1.1.4"></a>
|
|
377
|
-
## [1.1.4](https://github.com/oclif/plugin-help/compare/7a9b7508cb0d44c8e1ab2c8ba081d30bbd99e230...v1.1.4) (2018-02-17)
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
### Bug Fixes
|
|
381
|
-
|
|
382
|
-
* only show topics 1 level deep ([829e75e](https://github.com/oclif/plugin-help/commit/829e75e))
|
|
383
|
-
* only show topics 1 level deep ([5af8a0b](https://github.com/oclif/plugin-help/commit/5af8a0b))
|
|
384
|
-
|
|
385
|
-
<a name="1.1.3"></a>
|
|
386
|
-
## [1.1.3](https://github.com/oclif/plugin-help/compare/81c089f2b549984de4e8e25f1d941698b7f63cb3...v1.1.3) (2018-02-17)
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
### Bug Fixes
|
|
390
|
-
|
|
391
|
-
* hide hidden topics ([7a9b750](https://github.com/oclif/plugin-help/commit/7a9b750))
|
|
392
|
-
|
|
393
|
-
<a name="1.1.2"></a>
|
|
394
|
-
## [1.1.2](https://github.com/oclif/plugin-help/compare/165a53c8d7f6705b20fa56553e6d78cb689d882e...v1.1.2) (2018-02-17)
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
### Bug Fixes
|
|
398
|
-
|
|
399
|
-
* use topics only ([81c089f](https://github.com/oclif/plugin-help/commit/81c089f))
|
|
400
|
-
|
|
401
|
-
<a name="1.1.1"></a>
|
|
402
|
-
## [1.1.1](https://github.com/oclif/plugin-help/compare/67d1cba010649852ecbd1b6870e91e06df35aa28...v1.1.1) (2018-02-17)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
### Bug Fixes
|
|
406
|
-
|
|
407
|
-
* sort commands/topics ([165a53c](https://github.com/oclif/plugin-help/commit/165a53c))
|
|
408
|
-
|
|
409
|
-
<a name="1.1.0"></a>
|
|
410
|
-
# [1.1.0](https://github.com/oclif/plugin-help/compare/de750328be54793875516f99a40cc5dd8a7bc8cf...v1.1.0) (2018-02-17)
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
### Features
|
|
414
|
-
|
|
415
|
-
* add topics ([67d1cba](https://github.com/oclif/plugin-help/commit/67d1cba))
|
|
416
|
-
|
|
417
|
-
<a name="1.0.5"></a>
|
|
418
|
-
## [1.0.5](https://github.com/oclif/plugin-help/compare/66cd4cdfba29f6e6c81f45742a5528038375830f...v1.0.5) (2018-02-17)
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
### Bug Fixes
|
|
422
|
-
|
|
423
|
-
* read options if flagValue is undefined ([abe43d8](https://github.com/oclif/plugin-help/commit/abe43d8))
|
|
424
|
-
* updated deps ([de75032](https://github.com/oclif/plugin-help/commit/de75032))
|
|
425
|
-
|
|
426
|
-
<a name="1.0.4"></a>
|
|
427
|
-
## [1.0.4](https://github.com/oclif/plugin-help/compare/a382ee982a225d48d7650f1ced7fd97ea90e1ebf...v1.0.4) (2018-02-17)
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
### Bug Fixes
|
|
431
|
-
|
|
432
|
-
* trim usage ([06de470](https://github.com/oclif/plugin-help/commit/06de470))
|
|
433
|
-
* updated deps ([66cd4cd](https://github.com/oclif/plugin-help/commit/66cd4cd))
|
|
434
|
-
|
|
435
|
-
<a name="1.0.3"></a>
|
|
436
|
-
## [1.0.3](https://github.com/oclif/plugin-help/compare/7e709205248664666654cf0750c3209c43327298...v1.0.3) (2018-02-15)
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
### Bug Fixes
|
|
440
|
-
|
|
441
|
-
* updated command ([a382ee9](https://github.com/oclif/plugin-help/commit/a382ee9))
|
|
442
|
-
|
|
443
|
-
<a name="1.0.2"></a>
|
|
444
|
-
## [1.0.2](https://github.com/oclif/plugin-help/compare/651763997bf220f980aa43b522d8f2d1bdaf1275...v1.0.2) (2018-02-15)
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
### Bug Fixes
|
|
448
|
-
|
|
449
|
-
* hide OPTIONS for now ([7e70920](https://github.com/oclif/plugin-help/commit/7e70920))
|
|
450
|
-
|
|
451
|
-
<a name="1.0.1"></a>
|
|
452
|
-
## [1.0.1](https://github.com/oclif/plugin-help/compare/v1.0.0...v1.0.1) (2018-02-13)
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
### Bug Fixes
|
|
456
|
-
|
|
457
|
-
* updated command ([6517639](https://github.com/oclif/plugin-help/commit/6517639))
|
|
458
|
-
|
|
459
|
-
<a name="0.7.4"></a>
|
|
460
|
-
## [0.7.4](https://github.com/oclif/plugin-help/compare/v0.7.3...v0.7.4) (2018-02-13)
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
### Bug Fixes
|
|
464
|
-
|
|
465
|
-
* oclif rename ([fb1bbe9](https://github.com/oclif/plugin-help/commit/fb1bbe9))
|
|
466
|
-
|
|
467
|
-
<a name="0.7.2"></a>
|
|
468
|
-
## [0.7.2](https://github.com/anycli/plugin-help/compare/123c328fa036f3e17d21544fb2fa6fe76ac9407a...v0.7.2) (2018-02-07)
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
### Bug Fixes
|
|
472
|
-
|
|
473
|
-
* async ([95e455e](https://github.com/anycli/plugin-help/commit/95e455e))
|
|
474
|
-
|
|
475
|
-
<a name="0.7.1"></a>
|
|
476
|
-
## [0.7.1](https://github.com/oclif/plugin-help/compare/d33c3d84347133558382fbd9ee9a13af27418fd6...v0.7.1) (2018-02-07)
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
### Bug Fixes
|
|
480
|
-
|
|
481
|
-
* async ([123c328](https://github.com/oclif/plugin-help/commit/123c328))
|
|
482
|
-
|
|
483
|
-
<a name="0.7.0"></a>
|
|
484
|
-
# [0.7.0](https://github.com/oclif/plugin-help/compare/476ec1dc0601bd75e8062759cb6e29aec1ce698b...v0.7.0) (2018-02-07)
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
### Bug Fixes
|
|
488
|
-
|
|
489
|
-
* fixed tests ([d33c3d8](https://github.com/oclif/plugin-help/commit/d33c3d8))
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
### Features
|
|
493
|
-
|
|
494
|
-
* add examples ([6fd821c](https://github.com/oclif/plugin-help/commit/6fd821c))
|
|
495
|
-
|
|
496
|
-
<a name="0.6.9"></a>
|
|
497
|
-
## [0.6.9](https://github.com/oclif/plugin-help/compare/61a26af71387aae48988ff161a186c7728ad3e30...v0.6.9) (2018-02-07)
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
### Bug Fixes
|
|
501
|
-
|
|
502
|
-
* updated config ([476ec1d](https://github.com/oclif/plugin-help/commit/476ec1d))
|
|
503
|
-
|
|
504
|
-
<a name="0.6.8"></a>
|
|
505
|
-
## [0.6.8](https://github.com/oclif/plugin-help/compare/692a7e663f79a676e8de8c136bef6662f2ed29b3...v0.6.8) (2018-02-06)
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
### Bug Fixes
|
|
509
|
-
|
|
510
|
-
* fixed topic list ([61a26af](https://github.com/oclif/plugin-help/commit/61a26af))
|
|
511
|
-
* fixed topic list ([b42fde4](https://github.com/oclif/plugin-help/commit/b42fde4))
|
|
512
|
-
|
|
513
|
-
<a name="0.6.7"></a>
|
|
514
|
-
## [0.6.7](https://github.com/oclif/plugin-help/compare/v0.6.6...v0.6.7) (2018-02-06)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Bug Fixes
|
|
518
|
-
|
|
519
|
-
* simplify ([692a7e6](https://github.com/oclif/plugin-help/commit/692a7e6))
|
|
520
|
-
|
|
521
|
-
<a name="0.6.5"></a>
|
|
522
|
-
## [0.6.5](https://github.com/oclif/plugin-help/compare/3259b8742a5164bfdd6d5db516ef7ba59e1fba0b...v0.6.5) (2018-02-06)
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
### Bug Fixes
|
|
526
|
-
|
|
527
|
-
* updated command ([6ee12a9](https://github.com/oclif/plugin-help/commit/6ee12a9))
|
|
528
|
-
|
|
529
|
-
<a name="0.6.4"></a>
|
|
530
|
-
## [0.6.4](https://github.com/oclif/plugin-help/compare/b53cc909d0a29135360c95e110facee45602a764...v0.6.4) (2018-02-06)
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
### Bug Fixes
|
|
534
|
-
|
|
535
|
-
* use [@oclif](https://github.com/oclif)/errors ([3259b87](https://github.com/oclif/plugin-help/commit/3259b87))
|
|
536
|
-
|
|
537
|
-
<a name="0.6.3"></a>
|
|
538
|
-
## [0.6.3](https://github.com/oclif/plugin-help/compare/8d2a146505f02ccc0854601a28223ae3d2acbf2c...v0.6.3) (2018-02-05)
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
### Bug Fixes
|
|
542
|
-
|
|
543
|
-
* require lodash.template ([b53cc90](https://github.com/oclif/plugin-help/commit/b53cc90))
|
|
544
|
-
|
|
545
|
-
<a name="0.6.2"></a>
|
|
546
|
-
## [0.6.2](https://github.com/oclif/plugin-help/compare/32b9b620962c54b8102dc878f70104dd4084c62f...v0.6.2) (2018-02-05)
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
### Bug Fixes
|
|
550
|
-
|
|
551
|
-
* reduce dependencies ([8d2a146](https://github.com/oclif/plugin-help/commit/8d2a146))
|
|
552
|
-
|
|
553
|
-
<a name="0.6.1"></a>
|
|
554
|
-
## [0.6.1](https://github.com/oclif/plugin-help/compare/4cc24aa7608b55071b4b9bd3aece77a671eb84c5...v0.6.1) (2018-02-05)
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
### Bug Fixes
|
|
558
|
-
|
|
559
|
-
* make dependencies optional ([32b9b62](https://github.com/oclif/plugin-help/commit/32b9b62))
|
|
560
|
-
|
|
561
|
-
<a name="0.6.0"></a>
|
|
562
|
-
# [0.6.0](https://github.com/oclif/plugin-help/compare/4f48c42033e51edbad3d8b721f3bc8ef625b5101...v0.6.0) (2018-02-03)
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
### Bug Fixes
|
|
566
|
-
|
|
567
|
-
* tweaks to make help render better ([4cc24aa](https://github.com/oclif/plugin-help/commit/4cc24aa))
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
### Features
|
|
571
|
-
|
|
572
|
-
* generalize help coordination inot showHelp() ([fa37288](https://github.com/oclif/plugin-help/commit/fa37288))
|
|
573
|
-
|
|
574
|
-
<a name="0.5.1"></a>
|
|
575
|
-
## [0.5.1](https://github.com/oclif/plugin-help/compare/fcc41a0a404c914c93dbe925d77a57c31fb7c162...v0.5.1) (2018-02-03)
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
### Bug Fixes
|
|
579
|
-
|
|
580
|
-
* updated config ([4f48c42](https://github.com/oclif/plugin-help/commit/4f48c42))
|
|
581
|
-
|
|
582
|
-
<a name="0.5.0"></a>
|
|
583
|
-
# [0.5.0](https://github.com/oclif/plugin-help/compare/64df8c5c7b792285348af0e55a30887bc7dbab96...v0.5.0) (2018-02-02)
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
### Features
|
|
587
|
-
|
|
588
|
-
* use lodash template on help strings ([fcc41a0](https://github.com/oclif/plugin-help/commit/fcc41a0))
|
|
589
|
-
|
|
590
|
-
<a name="0.4.7"></a>
|
|
591
|
-
## [0.4.7](https://github.com/oclif/plugin-help/compare/3d73da87de46d9f80bd2b2ce510a89f9930f8a7a...v0.4.7) (2018-02-02)
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
### Bug Fixes
|
|
595
|
-
|
|
596
|
-
* add showHelp method ([64df8c5](https://github.com/oclif/plugin-help/commit/64df8c5))
|
|
597
|
-
|
|
598
|
-
<a name="0.4.6"></a>
|
|
599
|
-
## [0.4.6](https://github.com/oclif/plugin-help/compare/cf0d4b42149d39aeb7e3956a6c94fb1c63d68d72...v0.4.6) (2018-02-02)
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
### Bug Fixes
|
|
603
|
-
|
|
604
|
-
* cache bust ([3d73da8](https://github.com/oclif/plugin-help/commit/3d73da8))
|
|
605
|
-
|
|
606
|
-
<a name="0.4.5"></a>
|
|
607
|
-
## [0.4.5](https://github.com/oclif/plugin-help/compare/30ca7c144bafb2e1ee6a701a559e755614115b76...v0.4.5) (2018-02-02)
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
### Bug Fixes
|
|
611
|
-
|
|
612
|
-
* fixing manifest ([cf0d4b4](https://github.com/oclif/plugin-help/commit/cf0d4b4))
|
|
613
|
-
|
|
614
|
-
<a name="0.4.4"></a>
|
|
615
|
-
## [0.4.4](https://github.com/oclif/plugin-help/compare/241df8abf10d3f96e025db6f9c83d0a94cccd801...v0.4.4) (2018-02-02)
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
### Bug Fixes
|
|
619
|
-
|
|
620
|
-
* fixed manifest location ([30ca7c1](https://github.com/oclif/plugin-help/commit/30ca7c1))
|
|
621
|
-
|
|
622
|
-
<a name="0.4.3"></a>
|
|
623
|
-
## [0.4.3](https://github.com/oclif/plugin-help/compare/08cf2fbb6583a3f8547705a1bc9e6a909f3866ec...v0.4.3) (2018-02-02)
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
### Bug Fixes
|
|
627
|
-
|
|
628
|
-
* fix manifest writing ([241df8a](https://github.com/oclif/plugin-help/commit/241df8a))
|
|
629
|
-
|
|
630
|
-
<a name="0.4.2"></a>
|
|
631
|
-
## [0.4.2](https://github.com/oclif/plugin-help/compare/67c842d81cb9975967654e148be2d630fb372c20...v0.4.2) (2018-02-02)
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
### Bug Fixes
|
|
635
|
-
|
|
636
|
-
* add plugin manifest ([08cf2fb](https://github.com/oclif/plugin-help/commit/08cf2fb))
|
|
637
|
-
|
|
638
|
-
<a name="0.4.1"></a>
|
|
639
|
-
## [0.4.1](https://github.com/oclif/plugin-help/compare/7bedad5eb4865c8b3c2264a06f52dd99af6b74dc...v0.4.1) (2018-02-02)
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
### Bug Fixes
|
|
643
|
-
|
|
644
|
-
* prep for lodash templating ([67c842d](https://github.com/oclif/plugin-help/commit/67c842d))
|
|
645
|
-
|
|
646
|
-
<a name="0.4.0"></a>
|
|
647
|
-
# [0.4.0](https://github.com/oclif/plugin-help/compare/d8df03bee99d520c51bf1754c00ed084b6a01170...v0.4.0) (2018-02-02)
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
### Features
|
|
651
|
-
|
|
652
|
-
* show default flag/arg values ([7bedad5](https://github.com/oclif/plugin-help/commit/7bedad5))
|
|
653
|
-
|
|
654
|
-
<a name="0.3.7"></a>
|
|
655
|
-
## [0.3.7](https://github.com/oclif/plugin-help/compare/2977578c307c7092192179ee73cb1d4b634d8049...v0.3.7) (2018-02-02)
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
### Bug Fixes
|
|
659
|
-
|
|
660
|
-
* fixed help in CI ([d8df03b](https://github.com/oclif/plugin-help/commit/d8df03b))
|
|
661
|
-
|
|
662
|
-
<a name="0.3.6"></a>
|
|
663
|
-
## [0.3.6](https://github.com/oclif/plugin-help/compare/fc0f0f5b5ae0c36e0409398f361fbab41707e2bb...v0.3.6) (2018-02-02)
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
### Bug Fixes
|
|
667
|
-
|
|
668
|
-
* triggering release ([2977578](https://github.com/oclif/plugin-help/commit/2977578))
|
|
669
|
-
|
|
670
|
-
<a name="0.3.5"></a>
|
|
671
|
-
## [0.3.5](https://github.com/oclif/help/compare/608ba929331f1b5353e226d043c91863e2d60595...v0.3.5) (2018-02-01)
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
### Bug Fixes
|
|
675
|
-
|
|
676
|
-
* remove blue color ([945ccc5](https://github.com/oclif/help/commit/945ccc5))
|
|
677
|
-
|
|
678
|
-
<a name="0.3.4"></a>
|
|
679
|
-
## [0.3.4](https://github.com/oclif/help/compare/85ec92fc619517934f62d365a2610e6e04661cec...v0.3.4) (2018-02-01)
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
### Bug Fixes
|
|
683
|
-
|
|
684
|
-
* updated command ([da099da](https://github.com/oclif/help/commit/da099da))
|
|
685
|
-
|
|
686
|
-
<a name="0.3.3"></a>
|
|
687
|
-
## [0.3.3](https://github.com/oclif/help/compare/8c13ae47789018ad093f1fb6d3a248da10e8ac86...v0.3.3) (2018-02-01)
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
### Bug Fixes
|
|
691
|
-
|
|
692
|
-
* hide underline if complex value ([85ec92f](https://github.com/oclif/help/commit/85ec92f))
|
|
693
|
-
|
|
694
|
-
<a name="0.3.2"></a>
|
|
695
|
-
## [0.3.2](https://github.com/oclif/help/compare/8046612a23df4c73910a6624781ab0ae96a0998e...v0.3.2) (2018-02-01)
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
### Bug Fixes
|
|
699
|
-
|
|
700
|
-
* hide commands command ([8c13ae4](https://github.com/oclif/help/commit/8c13ae4))
|
|
701
|
-
|
|
702
|
-
<a name="0.3.1"></a>
|
|
703
|
-
## [0.3.1](https://github.com/oclif/help/compare/af7eb9b155fa44f2e7261b25b94dc76d05040422...v0.3.1) (2018-02-01)
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
### Bug Fixes
|
|
707
|
-
|
|
708
|
-
* updated engine ([8046612](https://github.com/oclif/help/commit/8046612))
|
|
709
|
-
* work on markdown generator ([0c50c69](https://github.com/oclif/help/commit/0c50c69))
|
|
710
|
-
|
|
711
|
-
<a name="0.3.0"></a>
|
|
712
|
-
# [0.3.0](https://github.com/oclif/help/compare/258a5b3873f6557959b72c1d116f44d0e5111e94...v0.3.0) (2018-01-31)
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
### Bug Fixes
|
|
716
|
-
|
|
717
|
-
* add dev plugins ([7d8a3c7](https://github.com/oclif/help/commit/7d8a3c7))
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
### Features
|
|
721
|
-
|
|
722
|
-
* added basic root command support ([af7eb9b](https://github.com/oclif/help/commit/af7eb9b))
|
|
723
|
-
|
|
724
|
-
<a name="0.2.3"></a>
|
|
725
|
-
## [0.2.3](https://github.com/oclif/help/compare/1d28ed1244d6ac74fbd0a4fce9e1a74b1523c081...v0.2.3) (2018-01-31)
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
### Bug Fixes
|
|
729
|
-
|
|
730
|
-
* updated deps ([258a5b3](https://github.com/oclif/help/commit/258a5b3))
|
|
731
|
-
|
|
732
|
-
<a name="0.2.2"></a>
|
|
733
|
-
## [0.2.2](https://github.com/oclif/help/compare/b4bed623435a2f4ea73d2ad813589f3105e4299e...v0.2.2) (2018-01-31)
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
### Bug Fixes
|
|
737
|
-
|
|
738
|
-
* updated engine ([1d28ed1](https://github.com/oclif/help/commit/1d28ed1))
|
|
739
|
-
|
|
740
|
-
<a name="0.2.1"></a>
|
|
741
|
-
## [0.2.1](https://github.com/dxcli/help/compare/bc53900d424978ab143773eae4651e0ee591ee2f...v0.2.1) (2018-01-30)
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
### Bug Fixes
|
|
745
|
-
|
|
746
|
-
* improve help output ([65a1ef8](https://github.com/dxcli/help/commit/65a1ef8))
|
|
747
|
-
|
|
748
|
-
<a name="0.2.0"></a>
|
|
749
|
-
# [0.2.0](https://github.com/dxcli/help/compare/a65df6995f0da999ccc9348f8d25582c3af637e9...v0.2.0) (2018-01-30)
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
### Features
|
|
753
|
-
|
|
754
|
-
* added help command ([bc53900](https://github.com/dxcli/help/commit/bc53900))
|
|
755
|
-
|
|
756
|
-
<a name="0.1.0"></a>
|
|
757
|
-
# [0.1.0](https://github.com/dxcli/help/compare/v0.0.0...v0.1.0) (2018-01-30)
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
### Features
|
|
761
|
-
|
|
762
|
-
* added command help ([a65df69](https://github.com/dxcli/help/commit/a65df69))
|