mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
tuitree指令
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user