1 2 3 4 5 6 7 8 9 10 11[<AutoOpen>] module Duets.Cli.Components.Layout open Spectre.Console /// Clears the whole console buffer and shows an empty screen. let clearScreen () = System.Console.Clear() /// Prints an empty line in the console. let lineBreak () = AnsiConsole.WriteLine()