mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Add decompile command
This commit is contained in:
@@ -15,6 +15,10 @@ internal class Program
|
||||
.WithAlias("c")
|
||||
.WithDescription("Compiles the given source to UIB.");
|
||||
|
||||
config.AddCommand<DecompileCommand>("decompile")
|
||||
.WithAlias("d")
|
||||
.WithDescription("Decompiles the given compiled UIX to a source langauge.");
|
||||
|
||||
#if DEBUG
|
||||
config.PropagateExceptions();
|
||||
config.ValidateExamples();
|
||||
|
||||
Reference in New Issue
Block a user