2 references to CommandLineApplication
dotnet-getdocument (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
83
var command = new
CommandLineApplication
(throwOnUnexpectedArg) { Name = name, Parent = this };
src\Tools\GetDocumentInsider\src\ProgramBase.cs (1)
41
var app = new
CommandLineApplication
(throwOnUnexpectedArg, continueAfterUnexpectedArg: true)