diff --git a/src/Value.zig b/src/Value.zig index ed32567..2b963d2 100644 --- a/src/Value.zig +++ b/src/Value.zig @@ -604,7 +604,7 @@ pub fn Custom(comptime config: Config) type { pub const vals_usage_fmt = config.usage_fmt; /// Values Indent Format. /// Check (`Value.Config`) for details. - pub const indent_fmt = config.indent_fmt; + pub const indent_fmt = config.indent_fmt orelse CommandT.indent_fmt; /// Get the Parsed and Validated Value of the inner Typed Value. /// Comptime Only