Unverified Commit 0fc63832 authored by Hong Minhee's avatar Hong Minhee
Browse files

Awesome ASCII art for CLI

[ci skip]
parent fe303a4d
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -832,13 +832,15 @@ file to define your federation!
  });

function drawDinosaur() {
  const d = colors.bgBlue.black;
  const f = colors.blue;
  console.error(`\
       __        _____        _ _  __
      / _)      |  ___|__  __| (_)/ _|_   _
 .-^^^-/ /      | |_ / _ \\/ _\` | | |_| | | |
 __/      /     |  _|  __/ (_| | |  _| |_| |
<__.|_|-|_|     |_|  \\___|\\__,_|_|_|  \\__, |
                                      |___/
${d("             ___   ")}  ${f(" _____        _ _  __")}
${d("            /'_')  ")}  ${f("|  ___|__  __| (_)/ _|_   _")}
${d("     .-^^^-/  /    ")}  ${f("| |_ / _ \\/ _` | | |_| | | |")}
${d("   __/       /     ")}  ${f("|  _|  __/ (_| | |  _| |_| |")}
${d("  <__.|_|-|_|      ")}  ${f("|_|  \\___|\\__,_|_|_|  \\__, |")}
${d("                   ")}  ${f("                      |___/")}
`);
}