v0.2.0
Features/Changes
-
Adds two new variables for use when importing
alias-tips
- The first variable is
$LoadAliasOnImport
. It will default to true if unset. This will allow the module to be imported and aliases calculated later. If set to false, use in conjunction with eitherFind-AliasTips
orStart-FindAliasTips
to calculate alias tips. - The second variable is
$SynchronousLoad
. By default is false.
- The first variable is
-
Add ThreadJob to calculate aliases
- This can be called manually with
Start-FindAliasTips
- To restore old behavior
Import-Module alias-tips -arg 1,1
- This can be called manually with
Fixes
- Command calls that have multiple possible alias-able commands called at once will now no longer mistakenly give out alias tip even if there is none. This was caused by extra white-space, which has been trimmed.
- Escape regex unsafe commands from blowing up parser by escaping strings.