2 references to ListCommand
dotnet (1)
Commands\Reference\ReferenceCommandParser.cs (1)
23
command.
ListCommand
.SetAction(parseResult => new ReferenceListCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Reference\ReferenceCommandDefinition.cs (1)
35
Subcommands.Add(
ListCommand
);