Replacing Figlet with Spectre.Console #4097
-
I've been using Cake.Figlet : but this only supports .net 5.0. cake-contrib/Cake.Figlet#38 states:
docs also indicate that Spectre is the way to go, but I can't find any working examples. I've tried the AnsiConsole command from above but I get a compilation error (as I don't have a using statement) Looks like we don't have an alias for it, so how do I use it in my script? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should be able to use the code above by adding "using Spectre.Console" to your script. |
Beta Was this translation helpful? Give feedback.
You should be able to use the code above by adding "using Spectre.Console" to your script.