We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfcb75 commit ecfa558Copy full SHA for ecfa558
1 file changed
src/code/GetInstalledPSResource.cs
@@ -15,8 +15,7 @@ namespace Microsoft.PowerShell.PSResourceGet.Cmdlets
15
/// Returns a single resource or multiple resource.
16
/// </summary>
17
[Cmdlet(VerbsCommon.Get, "InstalledPSResource")]
18
- [Alias("Get-PSResource")]
19
- [Alias("gres")]
+ [Alias("Get-PSResource", "gres")]
20
[OutputType(typeof(PSResourceInfo))]
21
public sealed class GetInstalledPSResourceCommand : PSCmdlet
22
{
0 commit comments