You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 > & <
The text was updated successfully, but these errors were encountered:
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>
&<
The text was updated successfully, but these errors were encountered: