mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
edit命令重定向到nano
This commit is contained in:
@@ -1 +1 @@
|
||||
2026-02-24 21:45:40
|
||||
2026-02-25 15:29:49
|
||||
@@ -1 +1 @@
|
||||
14149aa
|
||||
9b783e0
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user