Skip to content

Commit

Permalink
Updating help text of Measure-AutomaticVariableAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Nov 23, 2022
1 parent 87e060a commit 403b4df
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<#
.SYNOPSIS
Replaces usages of the alias of the automatic variable ($_) with its original form ($PSItem).
Detects the usages of the alias ($_) of the automatic variable ($PSItem) and suggests to correct them.
.DESCRIPTION
Replaces usages of the alias of the automatic variable ($_) with its original form ($PSItem), similarly to the
AvoidUsingCmdletAliases rule.
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 403b4df

Please sign in to comment.