[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: correct Progress example in README (#505)

authored by

danmillermketool and committed by
GitHub
(Apr 3, 2026, 10:15 AM +0100) ec432f99 78fd3aef

+1 -1
+1 -1
packages/prompts/README.md
··· 262 262 // Do download here 263 263 p.advance(3, 'Downloading (30%)'); 264 264 // ... 265 - p.advance(8, 'Downloading (80%)'); 265 + p.advance(5, 'Downloading (80%)'); 266 266 // ... 267 267 p.stop('Archive downloaded'); 268 268 ```