UNPKG

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