src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (3)
75=> Option(template, description, optionType, _ => { }, inherited: false);
78=> Option(template, description, optionType, _ => { }, inherited);
81=> Option(template, description, optionType, configuration, inherited: false);