mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
拆分代码4
This commit is contained in:
10
shell/Commands/FileSystem/LsCommand.cs
Normal file
10
shell/Commands/FileSystem/LsCommand.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace CMLeonOS.Commands.FileSystem
|
||||
{
|
||||
public static class LsCommand
|
||||
{
|
||||
public static void ProcessLs(CMLeonOS.FileSystem fileSystem, string args)
|
||||
{
|
||||
fileSystem.ListFiles(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user