namespace MicroForge.CLI; public class ArgsContext { public string[] Args { get; init; } }