2 references to ConfigCommand
dotnet (1)
Commands\Workload\WorkloadCommandParser.cs (1)
42
def.
ConfigCommand
.SetAction(parseResult => new WorkloadConfigCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Workload\WorkloadCommandDefinition.cs (1)
64
Subcommands.Add(
ConfigCommand
);