[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

Nate Moore and committed by
bombshell-bot
(Jun 3, 2025, 8:45 PM UTC) 0ace1042 daf48bc6

+6 -1
+6 -1
biome.json
··· 12 12 "lineWidth": 100, 13 13 "attributePosition": "auto", 14 14 "bracketSpacing": true, 15 - "ignore": [".github/workflows/**/*.yml", ".changeset/**/*.md", "**/pnpm-lock.yaml", "**/package.json"] 15 + "ignore": [ 16 + ".github/workflows/**/*.yml", 17 + ".changeset/**/*.md", 18 + "**/pnpm-lock.yaml", 19 + "**/package.json" 20 + ] 16 21 }, 17 22 "organizeImports": { "enabled": true }, 18 23 "linter": {