src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
90=> Option(template, description, optionType, _ => { }, inherited: false);
93=> Option(template, description, optionType, _ => { }, inherited);
96=> Option(template, description, optionType, configuration, inherited: false);