bilal-fazlani / commanddotnet

A modern framework for building modern CLI apps
https://commanddotnet.bilal-fazlani.com
MIT License
570 stars 29 forks source link

poc: hosting extensions #309

Open drewburlingame opened 4 years ago

drewburlingame commented 4 years ago

stub a UseHost extension method to configure app with an IHost and IHostBuilder

Inject CommandContext as a service

drewburlingame commented 4 years ago

the approach needs validation and testing