Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.01 KB

Find-AliasTips.md

File metadata and controls

45 lines (32 loc) · 1.01 KB
external help file Module Name online version schema
alias-tips-help.xml
alias-tips
2.0.0

Find-AliasTips

SYNOPSIS

Finds alias-tips for the current shell context.

SYNTAX

Find-AliasTips [<CommonParameters>]

DESCRIPTION

Finds alias-tips for the current shell context. This command should be run everytime aliases are updated or changed. It caches the expensive operation to a pipe delimited file in the $env:AliasTipsHashFile location. By default this location is at $HOME/.alias_tips.hash.

EXAMPLES

EXAMPLE 1

Find-AliasTips

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS