[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

[ci] format

authored by

natemoo-re and committed by
github-actions[bot]
(Dec 14, 2024, 4:44 PM UTC) 4c98bd26 31f41b79

-1
-1
packages/prompts/src/index.ts
··· 678 678 process.removeListener('exit', handleExit); 679 679 }; 680 680 681 - 682 681 const clearPrevMessage = () => { 683 682 if (_prevMessage === undefined) return; 684 683 if (isCI) process.stdout.write('\n');