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