Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\Hidden\List\Package\ListPackageCommandParser.cs (1)
40
command.SetAction((parseResult) => new PackageListCommand(parseResult).
Execute
());
Commands\Package\List\PackageListCommandParser.cs (1)
127
command.SetAction((parseResult) => new PackageListCommand(parseResult).
Execute
());