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