mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Support multiple compilands and shared binary data tables
This commit is contained in:
@@ -11,6 +11,10 @@ internal class Program
|
||||
|
||||
app.Configure(config =>
|
||||
{
|
||||
config.AddCommand<CompileCommand>("compile")
|
||||
.WithAlias("c")
|
||||
.WithDescription("Compiles the given source to UIB.");
|
||||
|
||||
#if DEBUG
|
||||
config.PropagateExceptions();
|
||||
config.ValidateExamples();
|
||||
|
||||
Reference in New Issue
Block a user