[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

cpreston321 and committed by
github-actions[bot]
(Aug 9, 2023, 4:56 PM UTC) 61313284 9ce1295b

+1 -1
+1 -1
packages/prompts/src/index.ts
··· 663 663 }; 664 664 665 665 const stop = (msg: string = '', code: number = 0): void => { 666 - _message = msg ?? _message 666 + _message = msg ?? _message; 667 667 isSpinnerActive = false; 668 668 clearInterval(loop); 669 669 const step =