2 references to ListCommand
dotnet (1)
Commands\Solution\SolutionCommandParser.cs (1)
20command.ListCommand.SetAction(parseResult => new SolutionListCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Solution\SolutionCommandDefinition.cs (1)
38Subcommands.Add(ListCommand);