tuitree指令

This commit is contained in:
2026-03-22 19:23:13 +08:00
parent e43417cd68
commit 9162e2d69d
6 changed files with 150 additions and 2 deletions

View File

@@ -920,6 +920,11 @@ namespace CMLeonOS
Commands.FileSystem.TreeCommand.ShowTree(fileSystem, args, ShowError);
}
public void ShowTUITree(string args)
{
Commands.FileSystem.TUITreeCommand.ShowTUITree(fileSystem, args, ShowError);
}
public void GetDiskInfo()
{
Commands.FileSystem.DiskInfoCommand.GetDiskInfo(ShowError);