mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
UIXC: Set default output directory
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user