caoge c760052ff9 机车状态修改 | il y a 8 mois | |
---|---|---|
.. | ||
index.js | il y a 8 mois | |
license | il y a 8 mois | |
package.json | il y a 8 mois | |
readme.md | il y a 8 mois |
Toggle the CLI cursor
The cursor is gracefully restored if the process exits.
$ npm install --save cli-cursor
const cliCursor = require('cli-cursor');
cliCursor.hide();
const unicornsAreAwesome = true;
cliCursor.toggle(unicornsAreAwesome);
force
is useful to show or hide the cursor based on a boolean.
Type: Stream
Default: process.stderr
MIT © Sindre Sorhus