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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
A proper command line always remembers inputs from previous runs.
Since things stay cached in Node through-out a single run, if a non-trivial application crashes or while developing, one needs to restart the command line interpreter to discard of broken state. However, once restarted, none of the previous commands are remembered, even though the commands we use might not change a lot between runs, potentially requiring a whole lot of extra typing.