-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility moduleWG-ReviewedA Working Group has reviewed this and made a recommendationA Working Group has reviewed this and made a recommendation
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
- Refer to the FAQ.
- Refer to Differences between Windows PowerShell 5.1 and PowerShell.
Steps to reproduce
I implemented some aliases for some Winget commands to singularise them
In running get-alias I'd expect them to properly be displayed like a short hand alias
Or be a user configurable option perhaps via $PSStyle without needing the user to
check what the ReferencedCommand command is
Expected behavior
get-alias twgus,Test-WinGetUserSettings
CommandType Name Version Source
----------- ---- ------- ------
Alias twgus -> Test-WinGetUserSetting 1.9.25190 Microsoft.WinGet.Client
Alias Test-WinGetUserSettings -> Test-WinGetUserSetting 1.9.25190 Microsoft.WinGet.ClientActual behavior
get-alias twgus,Test-WinGetUserSettings
CommandType Name Version Source
----------- ---- ------- ------
Alias twgus -> Test-WinGetUserSetting 1.9.25190 Microsoft.WinGet.Client
Alias Test-WinGetUserSettings 1.9.25190 Microsoft.WinGet.ClientError details
Environment data
Major Minor Patch PreReleaseLabel BuildLabel
----- ----- ----- --------------- ----------
7 6 0 preview.4Visuals
237dmitry, mklement0, iRon7 and mattcargile
Metadata
Metadata
Assignees
Labels
WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility moduleWG-ReviewedA Working Group has reviewed this and made a recommendationA Working Group has reviewed this and made a recommendation
Type
Projects
Status
Reviewed
