Update the war message in CLI

pull/826/head
Oleksii Holub 2 years ago
parent daa1b3f6b3
commit 168d7c8ec9

@ -170,10 +170,10 @@ public abstract class ExportCommandBase : TokenCommandBase
public override ValueTask ExecuteAsync(IConsole console)
{
// War in Ukraine message
console.Output.WriteLine("==================================================");
console.Output.WriteLine("⚠ UKRAINE IS AT WAR!");
console.Output.WriteLine("LEARN MORE & HELP: https://tyrrrz.me");
console.Output.WriteLine("==================================================");
console.Output.WriteLine("========================================================================");
console.Output.WriteLine("|| Ukraine is at war! Support my country in its fight for freedom ||");
console.Output.WriteLine("|| Learn more: https://tyrrrz.me ||");
console.Output.WriteLine("========================================================================");
console.Output.WriteLine("");
return default;

Loading…
Cancel
Save