This commit is contained in:
2026-02-09 23:08:36 +08:00
parent a02aab3b20
commit 350db3140d
6 changed files with 96 additions and 2 deletions

View File

@@ -52,6 +52,9 @@ namespace CMLeonOS.shell
case "nano":
shell.NanoFile(args);
break;
case "matrix":
shell.ShowMatrix();
break;
case "diff":
shell.DiffFiles(args);
break;