Static Methodswift-cloud 0.31.0CloudCore
clearScreen
UIHelpers.swift:15static func clearScreen()
static func clearScreen()
import CloudCore
enum UI
static let cli: Terminal
static func clear(_ type: ConsoleClear)
static func clearLine()
static func error(_ error: String)
static func error(_ error: Error)
static func newLine()
static func spinner(label: String) -> Spinner
static func write(_ text: String, width: ColumnSize? = nil, color: ConsoleColor? = nil, bold: Bool = false, newLine: Bool = false)
static func writeBlock(_ text: String, color: ConsoleColor = .yellow, bold: Bool = false)
static func writeBlock(key: String, value: String)
static func writeFooter()
static func writeHeader()
static func writeOutputs(_ outputs: [String : AnyCodable])
enum ColumnSize
final class Spinner