Open
Description
- inline replace if it in the same operation , for example for restore a library there a many step, but they only ouput the final state of one operation (eg.
npm install
/yarn
). - for Vue/Angular create new project, they can choose some options using keyboard arrow.
yarn upgrade-interactive
allow scroll and use<space>
key to check/uncheck the package
for a very long time I wonder that how a node.js app doing this, and in C# there only a Console
which it can only input/ouput some text stream