2 references to RestoreCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
29
command.
RestoreCommand
.SetAction(parseResult => new ToolRestoreCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
41
Subcommands.Add(
RestoreCommand
);