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