2 references to CommandLineApplication
dotnet-user-jwts (2)
Commands\ProjectCommandLineApplication.cs (1)
18
:
base
(throwOnUnexpectedArg, continueAfterUnexpectedArg, treatUnmatchedOptionsAsArguments)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
83
var command = new
CommandLineApplication
(throwOnUnexpectedArg) { Name = name, Parent = this };