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

remove select-key from demo

Nate Moore (Feb 21, 2023, 9:21 PM -0600) d51b12eb 4a6729ca

-9
-9
examples/basic/index.ts
··· 11 11 12 12 const project = await p.group( 13 13 { 14 - continue: () => 15 - p.selectKey({ 16 - message: 'Use this commit message?', 17 - options: [ 18 - { value: 'y', label: 'yes', hint: 'default' }, 19 - { value: 'n', label: 'no' }, 20 - { value: 'r', label: 'regenerate' }, 21 - ], 22 - }), 23 14 path: () => 24 15 p.text({ 25 16 message: 'Where should we create your project?',