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
Currently shell does not have a reference to readline, meaning it can't do anything with history, completions etc. Should hopefully find a way to accomplish this while keeping the code modular.
An easy solution would be to just include readline as part of shell context perhaps?
The text was updated successfully, but these errors were encountered:
What would you like to see added?
Currently shell does not have a reference to readline, meaning it can't do anything with history, completions etc. Should hopefully find a way to accomplish this while keeping the code modular.
An easy solution would be to just include readline as part of shell context perhaps?
The text was updated successfully, but these errors were encountered: