CommandLine\CommandLineApplication.cs (3)
84=> Option(template, description, optionType, _ => { }, inherited: false);
87=> Option(template, description, optionType, _ => { }, inherited);
90=> Option(template, description, optionType, configuration, inherited: false);