1 write to Commands
dotnet-getdocument (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
41Commands = new List<CommandLineApplication>();
4 references to Commands
dotnet-getdocument (4)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
84Commands.Add(command); 331foreach (var subcommand in command.Commands) 455target = Commands.SingleOrDefault(cmd => string.Equals(cmd.Name, commandName, StringComparison.OrdinalIgnoreCase)); 505var commands = target.Commands.Where(c => c.ShowInHelpText).ToList();