[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.

update example

Nate Moore (Feb 17, 2023, 6:07 AM -0600) d18939a7 ae150685

-6
-6
examples/basic/index.ts
··· 66 66 67 67 p.note(nextSteps, 'Next steps.'); 68 68 69 - await setTimeout(1000); 70 - 71 69 p.outro(`Problems? ${color.underline(color.cyan('https://example.com/issues'))}`); 72 - 73 - await setTimeout(3000); 74 - 75 - console.clear(); 76 70 } 77 71 78 72 main().catch(console.error);