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

Nate Moore (Feb 24, 2023, 6:45 PM -0600) 3cfd262c 8f38a9d7

-8
-8
examples/changesets/index.ts
··· 77 77 return onCancel() 78 78 } 79 79 80 - const accept = await p.confirm({ 81 - message: 'Is this your desired changeset?' 82 - }) 83 - 84 - if (p.isCancel(accept)) { 85 - return onCancel() 86 - } 87 - 88 80 p.outro(`Changeset added! ${color.underline(color.cyan('.changeset/orange-crabs-sing.md'))}`); 89 81 } 90 82