using NubLang.Code; namespace NubLang.CLI; public class Options { public string? OutputPath { get; set; } public List Files { get; } = []; }