The configuration for a CommandApp>.
public record CommandConfig : IEquatable<CommandConfig>
kind:method, kind:property, kind:ctor. Press Esc to clear.CommandConfig()The configuration for a CommandApp>.DefaultThe default configuration.EnvironmentVariableResolverGets a delegate used to resolve environment variables for option fallbacks.LocalizerThe localizer for this command line application.OutputFactoryGets a factory used to create the output handler that renders help, errors, version, and other user-visible output for an invocation.StrictOptionParsingGets a boolean indicating whether unknown option-like tokens (e.g. --unknown, -x, /unknown) should immediately fail parsing instead of being treated as positional arguments.