2 references to CommandLineApplication
dotnet-user-secrets (2)
CommandLineOptions.cs (1)
22
var app = new
CommandLineApplication
(treatUnmatchedOptionsAsArguments: true)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
83
var command = new
CommandLineApplication
(throwOnUnexpectedArg) { Name = name, Parent = this };