Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Console Color Helper class that provides coloring to individual commands
CloudNimble.Breakdance.Tools.ColorConsole
public static void Write(string text, System.Nullable<System.ConsoleColor> color = null)
text
string
color
System.Nullable<System.ConsoleColor>
public static void Write(string text, string color)
public static void WriteEmbeddedColorLine(string text, System.Nullable<System.ConsoleColor> baseTextColor = null)
baseTextColor
public static void WriteError(string text)
public static void WriteInfo(string text)
public static void WriteLine(string text, System.Nullable<System.ConsoleColor> color = null)
public static void WriteLine(string text, string color)
public static void WriteSuccess(string text)
public static void WriteWarning(string text)
public static void WriteWrappedHeader(string headerText, char wrapperChar = '-', System.ConsoleColor headerColor = 14, System.ConsoleColor dashColor = 8)
headerText
wrapperChar
char
headerColor
System.ConsoleColor
dashColor