-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
PoC: #306
Add a middleware feature to support REPL sessions. Execute commands within a REPL session. CommandContext state must remain isolated between commands. ReadLine functionality within the session, such as navigating & editing the input line and also scrolling history within the session.
Stretch goals: support piping | to other commands within the app & piping to/from file using > & <