Skip to content

Conversation

RH-TLagrone
Copy link
Contributor

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

The command "Show-ObjectTree" is aliased as "sot",
but the canonical alias for the verb "Show" is "sh"
(not "s").
Copy link
Member

@andyleejordan andyleejordan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, agreed!

@andyleejordan andyleejordan merged commit b45f20b into PowerShell:master Nov 6, 2023
@RH-TLagrone RH-TLagrone deleted the issues/228 branch November 7, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show-ObjectTree is aliased as sot, but the canonical alias for "Show" is "sh" (not "s")
2 participants