robert2206 8ad867f7a5 commit inicial | 8 năm trước cách đây | |
---|---|---|
.. | ||
index.js | 8 năm trước cách đây | |
license | 8 năm trước cách đây | |
package.json | 8 năm trước cách đây | |
readme.md | 8 năm trước cách đây |
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 an a boolean.
MIT © Sindre Sorhus