UNPKG

29.6 kBMarkdownView Raw
1## [1.5.13](https://github.com/oclif/command/compare/v1.5.12...v1.5.13) (2019-04-15)
2
3
4### Bug Fixes
5
6* use showCommandHelp to delegate topic help ([#58](https://github.com/oclif/command/issues/58)) ([3c0bafd](https://github.com/oclif/command/commit/3c0bafd))
7
8
9
10## [1.5.12](https://github.com/oclif/command/compare/v1.5.11...v1.5.12) (2019-03-15)
11
12
13
14## [1.5.11](https://github.com/oclif/command/compare/v1.5.10...v1.5.11) (2019-02-27)
15
16
17### Bug Fixes
18
19* handle epipe errors ([61d3a29](https://github.com/oclif/command/commit/61d3a29))
20
21
22
23## [1.5.10](https://github.com/oclif/command/compare/v1.5.9...v1.5.10) (2019-02-11)
24
25
26
27## [1.5.9](https://github.com/oclif/command/compare/v1.5.8...v1.5.9) (2019-02-11)
28
29
30### Bug Fixes
31
32* typescript@3.3 ([3800acc](https://github.com/oclif/command/commit/3800acc))
33
34
35
36## [1.5.8](https://github.com/oclif/command/compare/v1.5.7...v1.5.8) (2018-12-18)
37
38
39
40## [1.5.7](https://github.com/oclif/command/compare/v1.5.6...v1.5.7) (2018-12-18)
41
42
43
44## [1.5.6](https://github.com/oclif/command/compare/v1.5.5...v1.5.6) (2018-11-14)
45
46
47
48## [1.5.5](https://github.com/oclif/command/compare/v1.5.4...v1.5.5) (2018-11-12)
49
50
51### Bug Fixes
52
53* construct full help message for known Command ([#50](https://github.com/oclif/command/issues/50)) ([5ef4e3c](https://github.com/oclif/command/commit/5ef4e3c))
54
55
56
57## [1.5.4](https://github.com/oclif/command/compare/v1.5.3...v1.5.4) (2018-10-13)
58
59
60### Bug Fixes
61
62* remove greenkeeper badge ([c6a0c6f](https://github.com/oclif/command/commit/c6a0c6f))
63
64
65
66## [1.5.3](https://github.com/oclif/command/compare/v1.5.2...v1.5.3) (2018-10-13)
67
68
69### Bug Fixes
70
71* return promiselike ([#47](https://github.com/oclif/command/issues/47)) ([2eb6b60](https://github.com/oclif/command/commit/2eb6b60))
72
73
74
75## [1.5.2](https://github.com/oclif/command/compare/v1.5.1...v1.5.2) (2018-10-03)
76
77
78### Bug Fixes
79
80* updated deps ([bb0df38](https://github.com/oclif/command/commit/bb0df38))
81
82
83
84## [1.5.1](https://github.com/oclif/command/compare/v1.5.0...v1.5.1) (2018-09-14)
85
86
87### Bug Fixes
88
89* lint issues ([d561bbf](https://github.com/oclif/command/commit/d561bbf))
90* updated deps ([809f184](https://github.com/oclif/command/commit/809f184))
91
92
93
94# [1.5.0](https://github.com/oclif/command/compare/v1.4.36...v1.5.0) (2018-08-17)
95
96
97### Features
98
99* typescript 3 ([fc6a991](https://github.com/oclif/command/commit/fc6a991))
100
101
102
103## [1.4.36](https://github.com/oclif/command/compare/v1.4.35...v1.4.36) (2018-07-25)
104
105
106### Bug Fixes
107
108* Trim description before printing first line since there could be leading `\n` from multi-line template strings. ([#40](https://github.com/oclif/command/issues/40)) ([7be154c](https://github.com/oclif/command/commit/7be154c))
109
110
111
112## [1.4.35](https://github.com/oclif/command/compare/v1.4.34...v1.4.35) (2018-07-19)
113
114
115### Bug Fixes
116
117* only flush if errorLogger present ([#41](https://github.com/oclif/command/issues/41)) ([f183916](https://github.com/oclif/command/commit/f183916))
118
119
120
121## [1.4.34](https://github.com/oclif/command/compare/v1.4.33...v1.4.34) (2018-06-26)
122
123
124### Bug Fixes
125
126* globals in ts 2.9.2 ([8769c6b](https://github.com/oclif/command/commit/8769c6b))
127
128
129
130## [1.4.33](https://github.com/oclif/command/compare/v1.4.32...v1.4.33) (2018-06-09)
131
132
133
134## [1.4.32](https://github.com/oclif/command/compare/v1.4.31...v1.4.32) (2018-06-01)
135
136
137### Bug Fixes
138
139* imports ([4bf98c4](https://github.com/oclif/command/commit/4bf98c4))
140
141
142
143## [1.4.31](https://github.com/oclif/command/compare/v1.4.30...v1.4.31) (2018-05-31)
144
145
146### Bug Fixes
147
148* typescript 2.9 ([91499c9](https://github.com/oclif/command/commit/91499c9))
149
150
151
152## [1.4.30](https://github.com/oclif/command/compare/v1.4.29...v1.4.30) (2018-05-15)
153
154
155### Bug Fixes
156
157* use node 8 compatible syntax ([085369c](https://github.com/oclif/command/commit/085369c))
158
159
160
161## [1.4.29](https://github.com/oclif/command/compare/v1.4.28...v1.4.29) (2018-05-13)
162
163
164### Bug Fixes
165
166* allow subclasses to return any promise type ([aa89f1e](https://github.com/oclif/command/commit/aa89f1e))
167
168
169
170## [1.4.28](https://github.com/oclif/command/compare/v1.4.27...v1.4.28) (2018-05-13)
171
172
173### Bug Fixes
174
175* move flush to top-level ([6b7af6a](https://github.com/oclif/command/commit/6b7af6a))
176
177
178
179## [1.4.27](https://github.com/oclif/command/compare/v1.4.26...v1.4.27) (2018-05-13)
180
181
182### Bug Fixes
183
184* linting issue ([a3408cb](https://github.com/oclif/command/commit/a3408cb))
185
186
187
188## [1.4.26](https://github.com/oclif/command/compare/v1.4.25...v1.4.26) (2018-05-13)
189
190
191### Bug Fixes
192
193* require flush to occur manually to fix tests ([82a45eb](https://github.com/oclif/command/commit/82a45eb))
194
195
196
197## [1.4.25](https://github.com/oclif/command/compare/v1.4.24...v1.4.25) (2018-05-13)
198
199
200### Bug Fixes
201
202* only flush stdout when no error ([ed0f5b7](https://github.com/oclif/command/commit/ed0f5b7))
203
204
205
206## [1.4.24](https://github.com/oclif/command/compare/v1.4.23...v1.4.24) (2018-05-13)
207
208
209### Bug Fixes
210
211* flush stdout on exit ([8b38347](https://github.com/oclif/command/commit/8b38347))
212
213
214
215## [1.4.23](https://github.com/oclif/command/compare/v1.4.22...v1.4.23) (2018-05-12)
216
217
218### Bug Fixes
219
220* typing for this.error() ([1c7e03c](https://github.com/oclif/command/commit/1c7e03c))
221
222
223
224## [1.4.22](https://github.com/oclif/command/compare/v1.4.21...v1.4.22) (2018-05-12)
225
226
227### Bug Fixes
228
229* remove yarn check from CI ([b836340](https://github.com/oclif/command/commit/b836340))
230* typing for this.error() ([af70aed](https://github.com/oclif/command/commit/af70aed))
231* typing for this.error() ([3a7ec33](https://github.com/oclif/command/commit/3a7ec33))
232
233
234
235## [1.4.21](https://github.com/oclif/command/compare/v1.4.20...v1.4.21) (2018-05-06)
236
237
238### Bug Fixes
239
240* return types of error/exit methods ([19ff4de](https://github.com/oclif/command/commit/19ff4de))
241
242
243
244## [1.4.20](https://github.com/oclif/command/compare/v1.4.19...v1.4.20) (2018-05-03)
245
246
247### Bug Fixes
248
249* updated errors plugin ([39f04d8](https://github.com/oclif/command/commit/39f04d8))
250
251
252
253## [1.4.19](https://github.com/oclif/command/compare/v1.4.18...v1.4.19) (2018-05-02)
254
255
256### Bug Fixes
257
258* allow subsessions to run redirected CLI ([42c4bc3](https://github.com/oclif/command/commit/42c4bc3))
259
260
261
262## [1.4.18](https://github.com/oclif/command/compare/v1.4.17...v1.4.18) (2018-05-01)
263
264
265### Bug Fixes
266
267* export integer flag ([11a14b1](https://github.com/oclif/command/commit/11a14b1))
268
269
270
271## [1.4.17](https://github.com/oclif/command/compare/v1.4.16...v1.4.17) (2018-04-30)
272
273
274### Bug Fixes
275
276* allow --version as first argument to command ([2a27613](https://github.com/oclif/command/commit/2a27613))
277
278
279
280## [1.4.16](https://github.com/oclif/command/compare/v1.4.15...v1.4.16) (2018-04-25)
281
282
283### Bug Fixes
284
285* allow specifying --version flag on commands ([4db8ccd](https://github.com/oclif/command/commit/4db8ccd))
286
287
288
289## [1.4.15](https://github.com/oclif/command/compare/v1.4.14...v1.4.15) (2018-04-22)
290
291
292### Bug Fixes
293
294* add check for cwd ([afa6e01](https://github.com/oclif/command/commit/afa6e01))
295* updated deps ([afa28ee](https://github.com/oclif/command/commit/afa28ee))
296
297
298
299## [1.4.14](https://github.com/oclif/command/compare/v1.4.13...v1.4.14) (2018-04-21)
300
301
302### Bug Fixes
303
304* stop cli-ux action on error ([cd7e1e1](https://github.com/oclif/command/commit/cd7e1e1))
305
306
307
308## [1.4.13](https://github.com/oclif/command/compare/v1.4.12...v1.4.13) (2018-04-09)
309
310
311### Bug Fixes
312
313* updated parser ([45e2108](https://github.com/oclif/command/commit/45e2108))
314
315
316
317## [1.4.12](https://github.com/oclif/command/compare/v1.4.11...v1.4.12) (2018-04-09)
318
319
320### Bug Fixes
321
322* updated parser ([67a4509](https://github.com/oclif/command/commit/67a4509))
323
324
325
326## [1.4.11](https://github.com/oclif/command/compare/v1.4.10...v1.4.11) (2018-04-09)
327
328
329### Bug Fixes
330
331* updated parser ([c9212de](https://github.com/oclif/command/commit/c9212de))
332
333
334
335## [1.4.10](https://github.com/oclif/command/compare/v1.4.9...v1.4.10) (2018-04-09)
336
337
338### Bug Fixes
339
340* updated parser ([1eb0216](https://github.com/oclif/command/commit/1eb0216))
341
342
343
344## [1.4.9](https://github.com/oclif/command/compare/v1.4.8...v1.4.9) (2018-04-08)
345
346
347### Bug Fixes
348
349* https://github.com/oclif/oclif/issues/95 ([a8d4d93](https://github.com/oclif/command/commit/a8d4d93))
350* updated deps and fixed linter ([bda888a](https://github.com/oclif/command/commit/bda888a))
351
352
353
354## [1.4.8](https://github.com/oclif/command/compare/v1.4.7...v1.4.8) (2018-04-08)
355
356
357### Bug Fixes
358
359* throw error if no message ([c1ed043](https://github.com/oclif/command/commit/c1ed043))
360
361
362
363## [1.4.7](https://github.com/oclif/command/compare/v1.4.6...v1.4.7) (2018-04-06)
364
365
366### Bug Fixes
367
368* make this.log() behave more like console.log() ([7d145e1](https://github.com/oclif/command/commit/7d145e1))
369
370
371
372## [1.4.6](https://github.com/oclif/command/compare/v1.4.5...v1.4.6) (2018-03-25)
373
374
375### Bug Fixes
376
377* run init before all multi commands ([47be866](https://github.com/oclif/command/commit/47be866))
378
379
380
381## [1.4.5](https://github.com/oclif/command/compare/v1.4.4...v1.4.5) (2018-03-24)
382
383
384### Bug Fixes
385
386* use new semantic-release ([336d6a3](https://github.com/oclif/command/commit/336d6a3))
387
388
389
390## [1.4.4](https://github.com/oclif/command/compare/v1.4.3...v1.4.4) (2018-03-24)
391
392
393### Bug Fixes
394
395* add debug dependency ([300bbb7](https://github.com/oclif/command/commit/300bbb7))
396
397
398
399## [1.4.3](https://github.com/oclif/command/compare/v1.4.2...v1.4.3) (2018-03-24)
400
401
402### Bug Fixes
403
404* add @oclif/errors to dependencies ([b2d0790](https://github.com/oclif/command/commit/b2d0790))
405
406
407
408## [1.4.2](https://github.com/oclif/command/compare/v1.4.1...v1.4.2) (2018-02-28)
409
410
411### Bug Fixes
412
413* add return type ([8808788](https://github.com/oclif/command/commit/8808788))
414
415
416
417## [1.4.1](https://github.com/oclif/command/compare/v1.4.0...v1.4.1) (2018-02-28)
418
419
420### Bug Fixes
421
422* fixed return value ([15212c3](https://github.com/oclif/command/commit/15212c3))
423
424
425
426# [1.4.0](https://github.com/oclif/command/compare/v1.3.3...v1.4.0) (2018-02-28)
427
428
429### Features
430
431* return value from command ([0651ef0](https://github.com/oclif/command/commit/0651ef0))
432
433
434
435## [1.3.3](https://github.com/oclif/command/compare/v1.3.2...v1.3.3) (2018-02-17)
436
437
438### Bug Fixes
439
440* fixed help command ([785f4f4](https://github.com/oclif/command/commit/785f4f4))
441
442
443
444## [1.3.2](https://github.com/oclif/command/compare/v1.3.1...v1.3.2) (2018-02-17)
445
446
447### Bug Fixes
448
449* show topic if command not found but topic exists ([efd58a6](https://github.com/oclif/command/commit/efd58a6))
450
451
452
453## [1.3.1](https://github.com/oclif/command/compare/v1.3.0...v1.3.1) (2018-02-17)
454
455
456### Bug Fixes
457
458* fixed single command help ([efe7409](https://github.com/oclif/command/commit/efe7409))
459* updated help ([48235ab](https://github.com/oclif/command/commit/48235ab))
460
461
462
463# [1.3.0](https://github.com/oclif/command/compare/v1.2.25...v1.3.0) (2018-02-15)
464
465
466### Features
467
468* added node version check ([d672877](https://github.com/oclif/command/commit/d672877))
469
470
471
472## [1.2.25](https://github.com/oclif/command/compare/v1.2.24...v1.2.25) (2018-02-14)
473
474
475
476## [1.2.24](https://github.com/oclif/command/compare/v1.2.23...v1.2.24) (2018-02-14)
477
478
479### Bug Fixes
480
481* updated deps ([b643478](https://github.com/oclif/command/commit/b643478))
482* updated parser ([69e7509](https://github.com/oclif/command/commit/69e7509))
483
484
485
486## [1.2.23](https://github.com/oclif/command/compare/v1.2.22...v1.2.23) (2018-02-13)
487
488
489### Bug Fixes
490
491* updated deps ([633de2e](https://github.com/oclif/command/commit/633de2e))
492
493
494
495## [1.2.22](https://github.com/oclif/command/compare/v1.2.21...v1.2.22) (2018-02-13)
496
497
498### Bug Fixes
499
500* updated plugin-plugins ([0d3f94a](https://github.com/oclif/command/commit/0d3f94a))
501
502
503
504## [1.2.21](https://github.com/oclif/command/compare/v1.2.20...v1.2.21) (2018-02-13)
505
506
507### Bug Fixes
508
509* oclif rename ([45b34a8](https://github.com/oclif/command/commit/45b34a8))
510* oclif rename ([bc6169b](https://github.com/oclif/command/commit/bc6169b))
511
512
513
514## [1.2.20](https://github.com/oclif/command/compare/v1.2.19...v1.2.20) (2018-02-13)
515
516
517### Bug Fixes
518
519* rename to oclif ([c416eb5](https://github.com/oclif/command/commit/c416eb5))
520* rename to oclif ([b9ee8e6](https://github.com/oclif/command/commit/b9ee8e6))
521* rename to oclif ([20d4584](https://github.com/oclif/command/commit/20d4584))
522
523
524
525## [1.2.19](https://github.com/oclif/command/compare/v1.2.18...v1.2.19) (2018-02-07)
526
527
528### Bug Fixes
529
530* fixed error flushing ([de02208](https://github.com/oclif/command/commit/de02208))
531
532
533
534## [1.2.18](https://github.com/oclif/command/compare/v1.2.17...v1.2.18) (2018-02-07)
535
536
537### Bug Fixes
538
539* async ([2040de0](https://github.com/oclif/command/commit/2040de0))
540
541
542
543## [1.2.17](https://github.com/oclif/command/compare/v1.2.16...v1.2.17) (2018-02-07)
544
545
546### Bug Fixes
547
548* updated config ([a9f7952](https://github.com/oclif/command/commit/a9f7952))
549
550
551
552## [1.2.16](https://github.com/oclif/command/compare/v1.2.15...v1.2.16) (2018-02-07)
553
554
555### Bug Fixes
556
557* async ([d79cd60](https://github.com/oclif/command/commit/d79cd60))
558* async ([3831268](https://github.com/oclif/command/commit/3831268))
559
560
561
562## [1.2.15](https://github.com/oclif/command/compare/v1.2.14...v1.2.15) (2018-02-07)
563
564
565### Performance Improvements
566
567* flush errors not cli-ux ([daed294](https://github.com/oclif/command/commit/daed294))
568
569
570
571## [1.2.14](https://github.com/oclif/command/compare/v1.2.12...v1.2.14) (2018-02-07)
572
573
574### Bug Fixes
575
576* updated config ([19b1b4f](https://github.com/oclif/command/commit/19b1b4f))
577* use LoadOptions ([b880aa3](https://github.com/oclif/command/commit/b880aa3))
578
579
580
581## [1.2.12](https://github.com/oclif/command/compare/v1.2.11...v1.2.12) (2018-02-06)
582
583
584### Bug Fixes
585
586* allow these types ([b4fd493](https://github.com/oclif/command/commit/b4fd493))
587
588
589
590## [1.2.11](https://github.com/oclif/command/compare/v1.2.10...v1.2.11) (2018-02-06)
591
592
593### Bug Fixes
594
595* updated config ([68b277c](https://github.com/oclif/command/commit/68b277c))
596
597
598
599## [1.2.10](https://github.com/oclif/command/compare/v1.2.9...v1.2.10) (2018-02-06)
600
601
602### Bug Fixes
603
604* updated parser ([3afcea3](https://github.com/oclif/command/commit/3afcea3))
605
606
607
608## [1.2.9](https://github.com/oclif/command/compare/v1.2.8...v1.2.9) (2018-02-06)
609
610
611### Bug Fixes
612
613* use @anycli/errors ([b9424dc](https://github.com/oclif/command/commit/b9424dc))
614
615
616
617## [1.2.8](https://github.com/oclif/command/compare/v1.2.7...v1.2.8) (2018-02-05)
618
619
620### Bug Fixes
621
622* add error handler ([ce49022](https://github.com/oclif/command/commit/ce49022))
623
624
625
626## [1.2.7](https://github.com/oclif/command/compare/v1.2.6...v1.2.7) (2018-02-05)
627
628
629### Bug Fixes
630
631* updated plugins plugin ([dd18e9c](https://github.com/oclif/command/commit/dd18e9c))
632
633
634
635## [1.2.6](https://github.com/oclif/command/compare/v1.2.5...v1.2.6) (2018-02-05)
636
637
638### Bug Fixes
639
640* move ExitError to config ([84a397e](https://github.com/oclif/command/commit/84a397e))
641
642
643
644## [1.2.5](https://github.com/oclif/command/compare/v1.2.4...v1.2.5) (2018-02-05)
645
646
647### Bug Fixes
648
649* reduce dependencies ([7b0acc6](https://github.com/oclif/command/commit/7b0acc6))
650
651
652
653## [1.2.4](https://github.com/oclif/command/compare/v1.2.3...v1.2.4) (2018-02-03)
654
655
656### Bug Fixes
657
658* fixed init hook arguments ([26895f7](https://github.com/oclif/command/commit/26895f7))
659* help improvements ([93b8f8d](https://github.com/oclif/command/commit/93b8f8d))
660
661
662
663## [1.2.3](https://github.com/oclif/command/compare/v1.2.2...v1.2.3) (2018-02-03)
664
665
666### Bug Fixes
667
668* bump parser ([a002c7c](https://github.com/oclif/command/commit/a002c7c))
669
670
671
672## [1.2.2](https://github.com/oclif/command/compare/v1.2.1...v1.2.2) (2018-02-03)
673
674
675### Bug Fixes
676
677* updated config ([13a6193](https://github.com/oclif/command/commit/13a6193))
678
679
680
681## [1.2.1](https://github.com/oclif/command/compare/v1.2.0...v1.2.1) (2018-02-03)
682
683
684### Bug Fixes
685
686* updated config ([26e8568](https://github.com/oclif/command/commit/26e8568))
687
688
689
690# [1.2.0](https://github.com/oclif/command/compare/v1.1.2...v1.2.0) (2018-02-03)
691
692
693### Features
694
695* added _run and parse functions ([8e90f26](https://github.com/oclif/command/commit/8e90f26))
696
697
698
699## [1.1.2](https://github.com/oclif/command/compare/v1.1.1...v1.1.2) (2018-02-03)
700
701
702### Bug Fixes
703
704* add run function ([bbfc5f7](https://github.com/oclif/command/commit/bbfc5f7))
705
706
707
708## [1.1.1](https://github.com/oclif/command/compare/v1.1.0...v1.1.1) (2018-02-03)
709
710
711### Bug Fixes
712
713* export main ([6815883](https://github.com/oclif/command/commit/6815883))
714* fixed parent module path ([6d090ae](https://github.com/oclif/command/commit/6d090ae))
715
716
717
718# [1.1.0](https://github.com/oclif/command/compare/v1.0.1...v1.1.0) (2018-02-03)
719
720
721### Features
722
723* added main command for multi CLI projects ([a215636](https://github.com/oclif/command/commit/a215636))
724
725
726
727## [1.0.1](https://github.com/oclif/command/compare/v1.0.0...v1.0.1) (2018-02-03)
728
729
730### Bug Fixes
731
732* fixed parent module path ([209d4ff](https://github.com/oclif/command/commit/209d4ff))
733
734
735
736# [1.0.0](https://github.com/oclif/command/compare/v0.3.11...v1.0.0) (2018-02-03)
737
738
739### Features
740
741* simplify command with new config ([1599c40](https://github.com/oclif/command/commit/1599c40))
742
743
744### BREAKING CHANGES
745
746* This is preparation for using the new config object that will not
747require the engine. It is likely incompatible with any anycli version
748before it
749
750
751
752## [0.3.11](https://github.com/oclif/command/compare/v0.3.10...v0.3.11) (2018-02-02)
753
754
755### Bug Fixes
756
757* use cli.error on errors ([f3a45a2](https://github.com/oclif/command/commit/f3a45a2))
758
759
760
761## [0.3.10](https://github.com/oclif/command/compare/v0.3.9...v0.3.10) (2018-02-02)
762
763
764### Bug Fixes
765
766* allow engine to grab --help ([f8689ea](https://github.com/oclif/command/commit/f8689ea))
767* fixed --help on test command ([57659f6](https://github.com/oclif/command/commit/57659f6))
768
769
770
771## [0.3.9](https://github.com/oclif/command/compare/v0.3.8...v0.3.9) (2018-02-02)
772
773
774### Bug Fixes
775
776* dispatch help to plugin-help ([c57e7ac](https://github.com/oclif/command/commit/c57e7ac))
777
778
779
780## [0.3.8](https://github.com/oclif/command/compare/v0.3.7...v0.3.8) (2018-02-02)
781
782
783### Bug Fixes
784
785* add type to command ([dcea31b](https://github.com/oclif/command/commit/dcea31b))
786
787
788
789## [0.3.7](https://github.com/oclif/command/compare/v0.3.6...v0.3.7) (2018-02-02)
790
791
792### Bug Fixes
793
794* config updates ([a311900](https://github.com/oclif/command/commit/a311900))
795
796
797
798## [0.3.6](https://github.com/oclif/command/compare/v0.3.5...v0.3.6) (2018-02-02)
799
800
801### Bug Fixes
802
803* use new plugin names ([a8a9b25](https://github.com/oclif/command/commit/a8a9b25))
804
805
806
807## [0.3.5](https://github.com/oclif/command/compare/v0.3.4...v0.3.5) (2018-02-02)
808
809
810### Bug Fixes
811
812* ran generator ([bebe38a](https://github.com/oclif/command/commit/bebe38a))
813
814
815
816## [0.3.4](https://github.com/oclif/command/compare/v0.3.3...v0.3.4) (2018-02-02)
817
818
819### Bug Fixes
820
821* fixed default parameters ([e1fa539](https://github.com/oclif/command/commit/e1fa539))
822
823
824
825## [0.3.3](https://github.com/oclif/command/compare/v0.3.2...v0.3.3) (2018-02-01)
826
827
828### Bug Fixes
829
830* pass empty object to default ([2186ab5](https://github.com/oclif/command/commit/2186ab5))
831
832
833
834## [0.3.2](https://github.com/oclif/command/compare/v0.3.1...v0.3.2) (2018-02-01)
835
836
837### Bug Fixes
838
839* show help for -h ([d4d4bb1](https://github.com/oclif/command/commit/d4d4bb1))
840
841
842
843## [0.3.1](https://github.com/oclif/command/compare/v0.3.0...v0.3.1) (2018-02-01)
844
845
846### Bug Fixes
847
848* fixed --help ([d51b5cf](https://github.com/oclif/command/commit/d51b5cf))
849
850
851
852# [0.3.0](https://github.com/oclif/command/compare/v0.2.25...v0.3.0) (2018-02-01)
853
854
855### Features
856
857* added version and help flags ([087b248](https://github.com/oclif/command/commit/087b248))
858
859
860
861## [0.2.25](https://github.com/oclif/command/compare/v0.2.24...v0.2.25) (2018-02-01)
862
863
864### Bug Fixes
865
866* added version and help flags ([ab963a2](https://github.com/oclif/command/commit/ab963a2))
867
868
869
870## [0.2.24](https://github.com/oclif/command/compare/v0.2.23...v0.2.24) (2018-02-01)
871
872
873### Bug Fixes
874
875* add help values to cache ([2484d1e](https://github.com/oclif/command/commit/2484d1e))
876
877
878
879## [0.2.23](https://github.com/oclif/command/compare/v0.2.22...v0.2.23) (2018-02-01)
880
881
882### Bug Fixes
883
884* strict by default ([46c5dda](https://github.com/oclif/command/commit/46c5dda))
885
886
887
888## [0.2.22](https://github.com/oclif/command/compare/v0.2.21...v0.2.22) (2018-02-01)
889
890
891### Bug Fixes
892
893* fixed enum flag ([327e4ed](https://github.com/oclif/command/commit/327e4ed))
894* set helpValue ([43478c8](https://github.com/oclif/command/commit/43478c8))
895
896
897
898## [0.2.21](https://github.com/oclif/command/compare/v0.2.20...v0.2.21) (2018-02-01)
899
900
901### Bug Fixes
902
903* move config to dev ([8670ce0](https://github.com/oclif/command/commit/8670ce0))
904
905
906
907## [0.2.20](https://github.com/oclif/command/compare/v0.2.19...v0.2.20) (2018-02-01)
908
909
910### Bug Fixes
911
912* use type aliases ([547cbdd](https://github.com/oclif/command/commit/547cbdd))
913
914
915
916## [0.2.19](https://github.com/oclif/command/compare/v0.2.18...v0.2.19) (2018-01-31)
917
918
919### Bug Fixes
920
921* move peer deps into required ([3cc1798](https://github.com/oclif/command/commit/3cc1798))
922
923
924
925## [0.2.18](https://github.com/oclif/command/compare/v0.2.17...v0.2.18) (2018-01-31)
926
927
928### Bug Fixes
929
930* updated parser ([e828b46](https://github.com/oclif/command/commit/e828b46))
931
932
933
934## [0.2.17](https://github.com/oclif/command/compare/v0.2.16...v0.2.17) (2018-01-31)
935
936
937### Bug Fixes
938
939* updated config with new command opts ([a186b5f](https://github.com/oclif/command/commit/a186b5f))
940
941
942
943## [0.2.16](https://github.com/oclif/command/compare/v0.2.15...v0.2.16) (2018-01-31)
944
945
946### Bug Fixes
947
948* add init function ([029a620](https://github.com/oclif/command/commit/029a620))
949
950
951
952## [0.2.15](https://github.com/oclif/command/compare/v0.2.14...v0.2.15) (2018-01-31)
953
954
955### Bug Fixes
956
957* export parse function ([20bf6ff](https://github.com/oclif/command/commit/20bf6ff))
958
959
960
961## [0.2.14](https://github.com/oclif/command/compare/v0.2.13...v0.2.14) (2018-01-31)
962
963
964### Bug Fixes
965
966* variableArgs ([324e5d9](https://github.com/oclif/command/commit/324e5d9))
967
968
969
970## [0.2.13](https://github.com/oclif/command/compare/v0.2.12...v0.2.13) (2018-01-31)
971
972
973### Bug Fixes
974
975* allow passing this into parser ([f8fd99b](https://github.com/oclif/command/commit/f8fd99b))
976
977
978
979## [0.2.12](https://github.com/oclif/command/compare/v0.2.11...v0.2.12) (2018-01-31)
980
981
982### Bug Fixes
983
984* fixed command options ([fd71035](https://github.com/oclif/command/commit/fd71035))
985
986
987
988## [0.2.11](https://github.com/oclif/command/compare/v0.2.10...v0.2.11) (2018-01-31)
989
990
991### Bug Fixes
992
993* dont slice arg ([1db83e9](https://github.com/oclif/command/commit/1db83e9))
994
995
996
997## [0.2.10](https://github.com/oclif/command/compare/v0.2.9...v0.2.10) (2018-01-31)
998
999
1000### Bug Fixes
1001
1002* add constructor to make more ts 2.7 compatible ([89dd64c](https://github.com/oclif/command/commit/89dd64c))
1003* added enum flag ([26265e3](https://github.com/oclif/command/commit/26265e3))
1004* allow passing iconfig ([0b2bb37](https://github.com/oclif/command/commit/0b2bb37))
1005* allow setting flag to skip parsing ([743ac50](https://github.com/oclif/command/commit/743ac50))
1006* argv fixed ([afddb87](https://github.com/oclif/command/commit/afddb87))
1007* remove typedoc for now ([d674fcf](https://github.com/oclif/command/commit/d674fcf))
1008
1009
1010
1011## [0.2.9](https://github.com/oclif/command/compare/v0.2.8...v0.2.9) (2018-01-31)
1012
1013
1014### Bug Fixes
1015
1016* anycli rename ([f6d0558](https://github.com/oclif/command/commit/f6d0558))
1017
1018
1019
1020## [0.2.8](https://github.com/oclif/command/compare/v0.2.7...v0.2.8) (2018-01-30)
1021
1022
1023### Bug Fixes
1024
1025* remove hook from this library ([a58e668](https://github.com/oclif/command/commit/a58e668))
1026
1027
1028
1029## [0.2.7](https://github.com/oclif/command/compare/v0.2.6...v0.2.7) (2018-01-30)
1030
1031
1032### Bug Fixes
1033
1034* add title to cache ([58bb7ab](https://github.com/oclif/command/commit/58bb7ab))
1035
1036
1037
1038## [0.2.6](https://github.com/oclif/command/compare/v0.2.5...v0.2.6) (2018-01-30)
1039
1040
1041### Bug Fixes
1042
1043* add new config help vars ([f075793](https://github.com/oclif/command/commit/f075793))
1044
1045
1046
1047## [0.2.5](https://github.com/oclif/command/compare/v0.2.4...v0.2.5) (2018-01-29)
1048
1049
1050### Bug Fixes
1051
1052* added help properties ([16908c9](https://github.com/oclif/command/commit/16908c9))
1053
1054
1055
1056## [0.2.4](https://github.com/oclif/command/compare/v0.2.3...v0.2.4) (2018-01-28)
1057
1058
1059### Bug Fixes
1060
1061* add options to convertToCached ([e47a6be](https://github.com/oclif/command/commit/e47a6be))
1062
1063
1064
1065## [0.2.3](https://github.com/oclif/command/compare/v0.2.2...v0.2.3) (2018-01-28)
1066
1067
1068### Bug Fixes
1069
1070* trap hook error ([a0f770c](https://github.com/oclif/command/commit/a0f770c))
1071
1072
1073
1074## [0.2.2](https://github.com/oclif/command/compare/v0.2.1...v0.2.2) (2018-01-28)
1075
1076
1077### Bug Fixes
1078
1079* limit plugin types required ([77fae3a](https://github.com/oclif/command/commit/77fae3a))
1080
1081
1082
1083## [0.2.1](https://github.com/oclif/command/compare/v0.2.0...v0.2.1) (2018-01-28)
1084
1085
1086### Bug Fixes
1087
1088* expose initDebug() ([e747712](https://github.com/oclif/command/commit/e747712))
1089
1090
1091
1092# [0.2.0](https://github.com/oclif/command/compare/v0.1.23...v0.2.0) (2018-01-28)
1093
1094
1095### Features
1096
1097* add error context ([6ab4397](https://github.com/oclif/command/commit/6ab4397))
1098
1099
1100
1101## [0.1.23](https://github.com/oclif/command/compare/v0.1.22...v0.1.23) (2018-01-28)
1102
1103
1104### Bug Fixes
1105
1106* move @dxcli/parser into dependencies ([d70edaf](https://github.com/oclif/command/commit/d70edaf))
1107
1108
1109
1110## [0.1.22](https://github.com/oclif/command/compare/v0.1.21...v0.1.22) (2018-01-28)
1111
1112
1113### Bug Fixes
1114
1115* add peerDependencies ([6b15af1](https://github.com/oclif/command/commit/6b15af1))
1116
1117
1118
1119## [0.1.21](https://github.com/oclif/command/compare/v0.1.20...v0.1.21) (2018-01-28)
1120
1121
1122### Bug Fixes
1123
1124* export convertToCachedCommand ([9bc563c](https://github.com/oclif/command/commit/9bc563c))
1125
1126
1127
1128## [0.1.20](https://github.com/oclif/command/compare/v0.1.19...v0.1.20) (2018-01-28)
1129
1130
1131### Bug Fixes
1132
1133* add convertToCached ([3fd39b9](https://github.com/oclif/command/commit/3fd39b9))
1134
1135
1136
1137## [0.1.19](https://github.com/oclif/command/compare/v0.1.18...v0.1.19) (2018-01-27)
1138
1139
1140### Bug Fixes
1141
1142* updated deps ([6430b69](https://github.com/oclif/command/commit/6430b69))
1143
1144
1145
1146## [0.1.18](https://github.com/oclif/command/compare/v0.1.17...v0.1.18) (2018-01-26)
1147
1148
1149### Bug Fixes
1150
1151* updated config and cli-ux ([060534e](https://github.com/oclif/command/commit/060534e))
1152
1153
1154
1155## [0.1.17](https://github.com/oclif/command/compare/v0.1.16...v0.1.17) (2018-01-26)
1156
1157
1158### Bug Fixes
1159
1160* set debug ([493ec08](https://github.com/oclif/command/commit/493ec08))
1161
1162
1163
1164## [0.1.16](https://github.com/oclif/command/compare/v0.1.15...v0.1.16) (2018-01-26)
1165
1166
1167### Bug Fixes
1168
1169* updated deps ([b5904ce](https://github.com/oclif/command/commit/b5904ce))
1170
1171
1172
1173## [0.1.15](https://github.com/oclif/command/compare/v0.1.14...v0.1.15) (2018-01-25)
1174
1175
1176### Bug Fixes
1177
1178* updated config ([c81025c](https://github.com/oclif/command/commit/c81025c))
1179
1180
1181
1182## [0.1.14](https://github.com/oclif/command/compare/v0.1.13...v0.1.14) (2018-01-25)
1183
1184
1185### Bug Fixes
1186
1187* added typedoc ([036950b](https://github.com/oclif/command/commit/036950b))
1188* ran generator ([92abb15](https://github.com/oclif/command/commit/92abb15))
1189* updated deps ([3e18992](https://github.com/oclif/command/commit/3e18992))
1190
1191
1192
1193## [0.1.13](https://github.com/oclif/command/compare/v0.1.12...v0.1.13) (2018-01-20)
1194
1195
1196### Bug Fixes
1197
1198* remove http-call type ([9aac526](https://github.com/oclif/command/commit/9aac526))
1199
1200
1201
1202## [0.1.12](https://github.com/oclif/command/compare/v0.1.11...v0.1.12) (2018-01-20)
1203
1204
1205### Bug Fixes
1206
1207* updated deps ([db0b54a](https://github.com/oclif/command/commit/db0b54a))
1208
1209
1210
1211## [0.1.11](https://github.com/oclif/command/compare/v0.1.10...v0.1.11) (2018-01-20)
1212
1213
1214### Bug Fixes
1215
1216* updated cli-ux ([2f11d05](https://github.com/oclif/command/commit/2f11d05))
1217
1218
1219
1220## [0.1.10](https://github.com/oclif/command/compare/v0.1.9...v0.1.10) (2018-01-20)
1221
1222
1223### Bug Fixes
1224
1225* updated cli-ux ([345a27b](https://github.com/oclif/command/commit/345a27b))
1226* updated cli-ux ([b0848e5](https://github.com/oclif/command/commit/b0848e5))
1227
1228
1229
1230## [0.1.9](https://github.com/oclif/command/compare/v0.1.8...v0.1.9) (2018-01-19)
1231
1232
1233### Bug Fixes
1234
1235* hide EEXIT ([2184233](https://github.com/oclif/command/commit/2184233))
1236
1237
1238
1239## [0.1.8](https://github.com/oclif/command/compare/v0.1.7...v0.1.8) (2018-01-19)
1240
1241
1242### Bug Fixes
1243
1244* updated cli-ux ([30e1b12](https://github.com/oclif/command/commit/30e1b12))
1245
1246
1247
1248## [0.1.7](https://github.com/oclif/command/compare/v0.1.6...v0.1.7) (2018-01-19)
1249
1250
1251### Bug Fixes
1252
1253* yarn upgrade ([5a790b9](https://github.com/oclif/command/commit/5a790b9))
1254
1255
1256
1257## [0.1.6](https://github.com/oclif/command/compare/v0.1.5...v0.1.6) (2018-01-19)
1258
1259
1260### Bug Fixes
1261
1262* make compatible with ICommand ([72798f5](https://github.com/oclif/command/commit/72798f5))
1263
1264
1265
1266## [0.1.5](https://github.com/oclif/command/compare/v0.1.4...v0.1.5) (2018-01-19)
1267
1268
1269### Bug Fixes
1270
1271* added load function ([1aeeb61](https://github.com/oclif/command/commit/1aeeb61))
1272
1273
1274
1275## [0.1.4](https://github.com/oclif/command/compare/v0.1.3...v0.1.4) (2018-01-19)
1276
1277
1278### Bug Fixes
1279
1280* always raise errors ([5a11723](https://github.com/oclif/command/commit/5a11723))
1281
1282
1283
1284## [0.1.3](https://github.com/oclif/command/compare/v0.1.2...v0.1.3) (2018-01-19)
1285
1286
1287### Bug Fixes
1288
1289* updated cli-ux ([9c9cecf](https://github.com/oclif/command/commit/9c9cecf))
1290
1291
1292
1293## [0.1.2](https://github.com/oclif/command/compare/v0.1.1...v0.1.2) (2018-01-19)
1294
1295
1296### Bug Fixes
1297
1298* update config ([4590963](https://github.com/oclif/command/commit/4590963))
1299
1300
1301
1302## [0.1.1](https://github.com/oclif/command/compare/v0.1.0...v0.1.1) (2018-01-19)
1303
1304
1305### Bug Fixes
1306
1307* updated dependencies ([1f7deb2](https://github.com/oclif/command/commit/1f7deb2))
1308
1309
1310
1311# [0.1.0](https://github.com/oclif/command/compare/v0.0.0...v0.1.0) (2018-01-16)
1312
1313
1314### Bug Fixes
1315
1316* updated cli-ux ([7a4f576](https://github.com/oclif/command/commit/7a4f576))
1317
1318
1319### Features
1320
1321* implemented base commad ([7fc7932](https://github.com/oclif/command/commit/7fc7932))
1322
1323
1324
1325# 0.0.0 (2018-01-14)
1326
1327
1328