hex命令

This commit is contained in:
2026-02-28 19:24:02 +08:00
parent 58df162054
commit c5fc081977
8 changed files with 378 additions and 3 deletions

View File

@@ -214,6 +214,9 @@ namespace CMLeonOS.shell
case "snake":
shell.PlaySnake();
break;
case "hex":
shell.EditHexFile(args);
break;
case "alias":
shell.ProcessAlias(args);
break;