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

@@ -66,6 +66,9 @@ namespace CMLeonOS.Commands
" whoami - Show current username",
" base64 encrypt <text> - Encode text to Base64",
" base64 decrypt <text> - Decode Base64 to text",
" alias <name> <cmd> - Create command alias",
" alias - List all aliases",
" unalias <name> - Remove command alias",
" lua <file> - Execute Lua script",
" version - Show OS version",
" about - Show about information",