bilal-fazlani / commanddotnet

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

CommandContext.Services falls back to AppConfig.Services #364

Closed drewburlingame closed 2 years ago

drewburlingame commented 2 years ago

It's cumbersome and error prone for devs when they resolve a service they set in config and it fails because they were resolving from the context services instead of the appconfig services. We can simplify that.