Skip to content
Yevhen Bobrov edited this page Apr 3, 2020 · 2 revisions

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"))
Clone this wiki locally