mirror of
https://github.com/apple/container.git
synced 2026-08-24 10:05:43 -05:00
Make ProgressFlags.makeConfig() public. (#1438)
- Closes #1437. - Allows use by third-party extensions.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user