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: making most Console members available on IConsole #310

Closed drewburlingame closed 3 years ago

drewburlingame commented 4 years ago

This could be extracted into a CommandDotNet.Console project that CommandDotNet depends on. It would be include testing and a ReadLine implementation that works in a REPL and doesn't mix history of the REPL with argument prompts.