This commit is contained in:
2026-02-05 20:26:36 +08:00
parent 0dd7415445
commit b1c2536486
7 changed files with 336 additions and 22 deletions

View File

@@ -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;