2 references to AddCommand
dotnet (1)
Commands\Solution\SolutionCommandParser.cs (1)
19
command.
AddCommand
.SetAction(parseResult => new SolutionAddCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Solution\SolutionCommandDefinition.cs (1)
37
Subcommands.Add(
AddCommand
);