external help file | Module Name | online version | schema |
---|---|---|---|
alias-tips-help.xml |
alias-tips |
2.0.0 |
Finds an alias for a command string.
Find-Alias [-Line] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Finds an alias for a command string. Returns the original line if no aliases are found.
Find-Alias "git checkout master"
"git status" | Find-Alias
Specifies the line to find an alias for.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.