MCPcopy Create free account
hub / github.com/bombshell-dev/clack / ProgressOptions

Interface ProgressOptions

packages/prompts/src/progress-bar.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12export interface ProgressOptions extends SpinnerOptions {
13 style?: 'light' | 'heavy' | 'block';
14 max?: number;
15 size?: number;
16}
17
18export interface ProgressResult extends SpinnerResult {
19 advance(step?: number, msg?: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected