bilal-fazlani / commanddotnet

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

implement ReadLine functionality #315

Closed drewburlingame closed 4 months ago

drewburlingame commented 4 years ago

Implement ReadLine functionality in a a way that works well with REPL sessions and separates history for prompts vs the REPL session. PoC: #311

This will live in the CommandDotNet.Console package

drewburlingame commented 4 months ago

closing as won't fix. can reopen later if someone wants to take it on.