Support multiple compilands and shared binary data tables

This commit is contained in:
Yoshi Askharoun
2024-02-22 10:46:53 -06:00
parent 9aabdd40dc
commit 02078f1793
2 changed files with 33 additions and 12 deletions
+4
View File
@@ -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();