Begin work on UIXC debug command

This commit is contained in:
Joshua "Yoshi" Askharoun
2025-11-28 18:06:49 -06:00
parent 806d697e79
commit c68fb6fc1f
8 changed files with 1474 additions and 533 deletions
+4
View File
@@ -19,6 +19,10 @@ internal class Program
.WithAlias("d")
.WithDescription("Decompiles the given compiled UIX to a source language.");
config.AddCommand<DebugCommand>("debug")
.WithAlias("dbg")
.WithDescription("Starts an Iris debugger client.");
config.AddCommand<ResxCommand>("resx")
.WithDescription("Generates a RESX file compatible with the CLR DLL resource loader.");