[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

James Garbutt and committed by
bombshell-bot
(Aug 11, 2025, 9:18 AM UTC) e0ecdf59 ff286ef4

+1 -1
+1 -1
packages/prompts/src/box.ts
··· 1 1 import type { Writable } from 'node:stream'; 2 2 import { getColumns } from '@clack/core'; 3 - import {wrapAnsi} from 'fast-wrap-ansi'; 3 + import { wrapAnsi } from 'fast-wrap-ansi'; 4 4 import { 5 5 type CommonOptions, 6 6 S_BAR,