Console

public class Console

Undocumented

  • Undocumented

    Declaration

    Swift

    public static func readLine() -> String?
  • Undocumented

    Declaration

    Swift

    public static func ask(question: String, default defaultValue: String?) -> String?
  • Undocumented

    Declaration

    Swift

    public static func confirmYesOrNo(question: String, default defaultValue: Bool) -> Bool?
  • Undocumented

    Declaration

    Swift

    public static func bell()
  • Undocumented

    Declaration

    Swift

    public static func cursorPosition() -> (row: Int, column: Int)
  • Undocumented

    Declaration

    Swift

    public static func clear()
  • Undocumented

    Declaration

    Swift

    public static func clearError()
  • Undocumented

    Declaration

    Swift

    public static func clearFromCursor()
  • Undocumented

    Declaration

    Swift

    public static func clearFromCursorError()
  • Undocumented

    Declaration

    Swift

    public static func clearLine()
  • Undocumented

    Declaration

    Swift

    public static func clearLineError()
  • Undocumented

    Declaration

    Swift

    public static func flush()
  • Undocumented

    Declaration

    Swift

    public static func flushError()