...
This commit is contained in:
@@ -3,4 +3,7 @@ namespace CLI;
|
||||
public class Options
|
||||
{
|
||||
public string? CustomRuntime { get; set; }
|
||||
public string? OutputPath { get; set; }
|
||||
public bool Link { get; set; } = true;
|
||||
public List<string> Files { get; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user