1 implementation of ExecuteCommandAsync
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (1)
43
public async Task<int>
ExecuteCommandAsync
(ListPackageArgs listPackageArgs)
1 reference to ExecuteCommandAsync
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
151
return await listPackageCommandRunner.
ExecuteCommandAsync
(packageRefArgs);