mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Begin work on UIXC debug command
This commit is contained in:
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user