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

fix wording

Nate Moore (Feb 17, 2023, 5:36 AM -0600) 6478d95f d49d6a05

+1 -1
+1 -1
examples/basic/index.ts
··· 17 17 placeholder: './sparkling-solid', 18 18 validate: (value) => { 19 19 if (!value) return 'Please enter a path.'; 20 - if (value[0] !== '.') return 'Please enter an absolute path.'; 20 + if (value[0] !== '.') return 'Please enter a relative path.'; 21 21 }, 22 22 }), 23 23 type: ({ results }) =>