We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bba458 commit d448419Copy full SHA for d448419
Sources/TerminalProgress/ProgressConfig.swift
@@ -27,7 +27,7 @@ public struct ProgressConfig: Sendable {
27
/// The initial items name (e.g., "files").
28
let initialItemsName: String
29
/// A flag indicating whether to show a spinner (e.g., "⠋").
30
- /// The spinner is hidden when when a progress bar is shown.
+ /// The spinner is hidden when a progress bar is shown.
31
public let showSpinner: Bool
32
/// A flag indicating whether to show tasks and total tasks (e.g., "[1]" or "[1/3]").
33
public let showTasks: Bool
0 commit comments