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

@@ -296,6 +296,12 @@ namespace CMLeonOS.Commands
Description = "Search text in file"
},
new CommandInfo
{
Command = "hex",
Parameters = "<filename>",
Description = "Hexadecimal file editor"
},
new CommandInfo
{
Command = "ping",
Parameters = "<ip>",