Make ProgressFlags.makeConfig() public. (#1438)

- Closes #1437.
- Allows use by third-party extensions.
This commit is contained in:
J Logan
2026-04-22 13:02:17 -07:00
committed by GitHub
parent 1138c0950b
commit 6a3266fbe7
@@ -36,7 +36,7 @@ extension Flags.Progress {
/// are disabled and the output mode is set to `.plain`. For `.color`, behavior matches
/// `.ansi` but the output mode is set to `.color` to enable color-coded output.
/// For `.auto`, the type is resolved by checking whether stderr is a TTY.
func makeConfig(
public func makeConfig(
description: String = "",
itemsName: String = "it",
showTasks: Bool = false,