[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:57 AM UTC) 3825c6b7 564e7176

+1 -1
+1 -1
packages/prompts/README.md
··· 35 35 import { isCancel, cancel, text } from '@clack/prompts'; 36 36 37 37 const value = await text({ 38 - message: 'What is the meaning of life?', 38 + message: 'What is the meaning of life?', 39 39 }); 40 40 41 41 if (isCancel(value)) {