edit命令重定向到nano

This commit is contained in:
2026-02-25 15:33:46 +08:00
parent 9b783e057a
commit 9c52f9288b
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
2026-02-24 21:45:40
2026-02-25 15:29:49

View File

@@ -1 +1 @@
14149aa
9b783e0

View File

@@ -14,8 +14,8 @@ namespace CMLeonOS.Commands.Editor
try
{
var editor = new CMLeonOS.Editor(fileName, fileSystem);
editor.Run();
var nano = new CMLeonOS.Nano(fileName, true, fileSystem);
nano.Start();
}
catch (Exception ex)
{