mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
refactor: progress bar configuration
This commit is contained in:
@@ -35,16 +35,6 @@ export const FORMATTER_DISPLAY_NAMES: Record<string, string> = {
|
||||
'yaml': 'YAML',
|
||||
} as const
|
||||
|
||||
/**
|
||||
* Progress bar configuration
|
||||
*/
|
||||
export const PROGRESS_BAR = {
|
||||
/** Default width for progress bars */
|
||||
defaultWidth: 25,
|
||||
/** Compact width for inline displays */
|
||||
compactWidth: 20,
|
||||
} as const
|
||||
|
||||
/**
|
||||
* Enable dry run mode for quick testing with limited AI requests
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user