Skip to content

v0.3.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@codyduong codyduong released this 05 Apr 02:06

Features/Changes

  • Adds some alias resolution to get alias tips for functions like so
    function gcm {
      $MainBranch = Get-Git-MainBranch
    
      git checkout $MainBranch $args
    }
    It is relatively naive, and will only work on direct assignments to $ variables.

Fixes

  • Fix recommending invalid alias tips for function aliases that don't accept $args, see #2

https://www.powershellgallery.com/packages/alias-tips/0.3.0-rc1