Last updated 2 years ago
You can control CLArgs behaviour by providing your custom Settings.
Settings
For more information on all available settings see Settings2 class.
Settings2
Control CLArgs behaviour using Settings2
var builder = CommandHostBuilder.Create(commandline); builder.Configure(settings => { settings.IgnoreCase = false; settings.IgnoreUnknownOptions = true; });