Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\New\DotnetCommandCallbacks.cs (1)
31return addPackageReferenceCommand.Execute() == 0;
Commands\Package\PackageCommandParser.cs (1)
68def.SetAction(parseResult => new PackageAddCommand(parseResult).Execute());