We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Helper methods for printing to console in custom color
using static Nake.Color; // this temporarily switches console color, // while executing specified action With(ConsoleColor.Cyan, ()=> Console.WriteLine("Foo"))