This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
node
command line tool does not remember previous inputs #9083
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels