Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 892 Bytes

Enable-AliasTips.md

File metadata and controls

42 lines (29 loc) · 892 Bytes
external help file Module Name online version schema
alias-tips-help.xml
alias-tips
2.0.0

Enable-AliasTips

SYNOPSIS

Enables alias-tips

SYNTAX

Enable-AliasTips [<CommonParameters>]

DESCRIPTION

Enables alias-tips by setting $env:ALIASTIPS_DISABLE to $false

EXAMPLES

EXAMPLE 1

Enable-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

None. This function does not accept any input.

OUTPUTS

None. This function does not accept any input.

NOTES

RELATED LINKS