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: Custom ReadLine #311

Open drewburlingame opened 4 years ago

drewburlingame commented 4 years ago

After trying to get changes pushed to existing ReadLine packages to make them work better w/ CommandDotNet, I realized that while there will be some work to implement it, it's not very complex, especially compared to the CommandDotNet itself.

I've sanity check this, but obviously a lot of tests need to be added for this.