|
|
|
|
@ -27,6 +27,16 @@ namespace Bit.Console
@@ -27,6 +27,16 @@ namespace Bit.Console
|
|
|
|
|
_usingArgs = args.Length > 0; |
|
|
|
|
string selection = null; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Con.ForegroundColor = ConsoleColor.DarkCyan; |
|
|
|
|
Con.WriteLine(@" _ _ _ _
|
|
|
|
|
| |__ (_) |___ ____ _ _ __ __| | ___ _ __ |
|
|
|
|
| '_ \| | __\ \ /\ / / _` | '__/ _` |/ _ \ '_ \ |
|
|
|
|
| |_) | | |_ \ V V / (_| | | | (_| | __/ | | | |
|
|
|
|
|_.__/|_|\__| \_/\_/ \__,_|_| \__,_|\___|_| |_|");
|
|
|
|
|
Con.ResetColor(); |
|
|
|
|
Con.WriteLine(); |
|
|
|
|
|
|
|
|
|
while(true) |
|
|
|
|
{ |
|
|
|
|
Con.ResetColor(); |
|
|
|
|
|