13
13
* [ @scott-xu ] : Show allowed values in help text ([ #369 ] )
14
14
* [ @scott-xu ] : Generic Hosting: add overload of RunCommandLineApplicationAsync to support configuring of CommandLineApplication<T > ([ #363 ] )
15
15
* [ @danielmeza ] : implement API on host builder to fetch CommandLineContext from non DI contexts ([ #368 ] )
16
+ * [ @hellfirehd ] and [ @cbcrouse ] : feature: add API to allow calling UseCommandLineApplication< ; TApp> ; prior to Run* Async() ([ #409 ] and [ #415 ] )
16
17
17
18
### Bug fixes
18
19
* [ @natemcmaster ] : ensure clustering options is detected correctly when subcommands added via AddSubcommand ([ #393 ] )
49
50
[ #391 ] : https://github.com/natemcmaster/CommandLineUtils/pull/391
50
51
[ #393 ] : https://github.com/natemcmaster/CommandLineUtils/pull/393
51
52
[ #402 ] : https://github.com/natemcmaster/CommandLineUtils/pull/402
53
+ [ #409 ] : https://github.com/natemcmaster/CommandLineUtils/pull/409
54
+ [ #415 ] : https://github.com/natemcmaster/CommandLineUtils/pull/415
52
55
53
56
## [ v3.0.0] ( https://github.com/natemcmaster/CommandLineUtils/compare/v2.6.0...v3.0.0 )
54
57
@@ -483,6 +486,7 @@ Other:
483
486
[ @atruskie ] : https://github.com/atruskie
484
487
[ @bjorg ] : https://github.com/bjorg
485
488
[ @bording ] : https://github.com/bording
489
+ [ @cbcrouse ] : https://github.com/cbcrouse
486
490
[ @chaami ] : https://github.com/chaami
487
491
[ @couven92 ] : https://github.com/couven92
488
492
[ @cuperman007 ] : https://github.com/cuperman007
@@ -491,6 +495,7 @@ Other:
491
495
[ @ejball ] : https://github.com/ejball
492
496
[ @EricStG ] : https://github.com/EricStG
493
497
[ @handcraftedsource ] : https://github.com/handcraftedsource
498
+ [ @hellfirehd ] : https://github.com/hellfirehd
494
499
[ @IanG ] : https://github.com/IanG
495
500
[ @jcaillon ] : https://github.com/jcaillon
496
501
[ @jerriep ] : https://github.com/jerriep
0 commit comments