fn testParse(args: []const []const u8) !Options
fn testParse(args: []const []const u8) !Options { return (try testParseOutput(args, "")).?; }