PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
759 stars 52 forks source link

Change alias "sot" to "shot" #229

Closed RH-TLagrone closed 8 months ago

RH-TLagrone commented 8 months ago

PR Summary

Change the alias for the command "Show-ObjectTree" from "sot" to "shot".

Fixes #228

PR Context

The canonical alias for the verb "Show" is "sh" (not "s").

See:

PS> Get-Verb Set, Show

Verb AliasPrefix Group  Description
---- ----------- -----  -----------
Set  s           Common Replaces data on an existing resource or creates a resource that contains some data
Show sh          Common Makes a resource visible to the user