Add YesNt interpreter process and command integration

This commit is contained in:
Stone_Red
2026-06-11 20:44:49 +02:00
parent 160d0559e8
commit cda4dcf097
4 changed files with 68 additions and 12 deletions
+2 -2
View File
@@ -4,7 +4,6 @@ using RemSox.Processes;
using RemSox.Processing;
using RemSox.UI.CLI;
using RemSox.UI.CLI.Commands;
using System.Runtime;
namespace RemSox;
@@ -26,7 +25,8 @@ public class Kernel : Sys.Kernel
new StopProcessCommand(),
new StartGuiCommand(),
new StopGuiCommand(),
new ViewProcessLogs()
new ViewProcessLogs(),
new YesNtCommand()
]);
Sys.Graphics.Canvas canvas = Sys.Graphics.FullScreenCanvas.GetFullScreenCanvas();