const ClientState = struct { verbose: bool = false, pedantic: bool = false, tls_required: bool = false, auth_token: ?[]const u8 = null, user: ?[]const u8 = null, pass: ?[]const u8 = null, name: ?[]const u8 = null, lang: []const u8, version: []const u8, protocol: u32, echo: ?bool = null, sig: ?[]const u8 = null, jwt: ?[]const u8 = null, no_responders: ?bool = null, headers: ?bool = null, nkey: ?[]const u8 = null, };