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

docs: add import for tasks example (#371)

authored by

chouchouji and committed by
GitHub
(Sep 2, 2025, 9:38 AM +0100) 3280bc0f 0b852e10

+3 -1
+3 -1
packages/prompts/README.md
··· 203 203 Execute multiple tasks in spinners. 204 204 205 205 ```js 206 - await p.tasks([ 206 + import { tasks } from '@clack/prompts'; 207 + 208 + await tasks([ 207 209 { 208 210 title: 'Installing via npm', 209 211 task: async (message) => {