UIXC: Set default output directory

This commit is contained in:
Yoshi Askharoun
2024-07-04 12:51:31 -05:00
parent 94519126da
commit e940dafa1d
+1 -1
View File
@@ -14,7 +14,7 @@ public abstract class CompilerSettings : CommonSettings
{
[Description("The directory to output to.")]
[CommandOption("-o|--output <outputDir>")]
public string? OutputDir { get; init; }
public string? OutputDir { get; init; } = Environment.CurrentDirectory;
[Description("The shared binary data table to use.")]
[CommandOption("-t|--dataTable")]