Skip to content

Commit

Permalink
Updating Measure-AutomaticVariableAlias help text to make it clear(er…
Browse files Browse the repository at this point in the history
…) as $PSItem is not the only automatic variable, but only one with an alias
  • Loading branch information
BenedekFarkas committed Nov 24, 2022
1 parent 0f3a2d1 commit bf49a06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<#
.SYNOPSIS
Detects the usages of the alias ($_) of the automatic variable ($PSItem) and suggests to correct them.
Detects the usages of the alias $_ of the automatic variable $PSItem and suggests to correct them.
.DESCRIPTION
The full name of the automatic variable ($PSItem) should be used instead of its alias ($_) for consistency.
The full name of the automatic variable $PSItem should be used instead of its alias $_ for consistency.
.EXAMPLE
Measure-AutomaticVariableAlias -Token $Token
.INPUTS
Expand Down

0 comments on commit bf49a06

Please sign in to comment.