namespace EnvelopeRenderer.Cli.Cli; /// Validated CLI input: paths that exist and are ready to hand to the render engine. public sealed record CliArguments(string TemplatePath, string CsvPath, string OutputPath);