mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
alias
This commit is contained in:
@@ -187,6 +187,12 @@ namespace CMLeonOS.shell
|
||||
case "testgui":
|
||||
shell.ProcessTestGui();
|
||||
break;
|
||||
case "alias":
|
||||
shell.ProcessAlias(args);
|
||||
break;
|
||||
case "unalias":
|
||||
shell.ProcessUnalias(args);
|
||||
break;
|
||||
default:
|
||||
shell.ShowError($"Unknown command: {command}");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user