Exemplo n.º 1
0
 private static void ShellOnShellCommandNotFound(object sender, CommandNotFoundEventArgs e)
 {
     ColorConsole.WriteLine($"Command not found: ".Red(), e.Input.White());
 }
Exemplo n.º 2
0
 private static void ShellOnShellCommandNotFound(object sender, CommandNotFoundEventArgs e)
 {
     ColorConsole.WriteLine($"Command not found: ".Red(), e.Input.White());
 }