PowerShell / Microsoft.PowerShell.Archive

Archive PowerShell module contains cmdlets for working with ZIP archives
https://technet.microsoft.com/en-us/library/dn818910.aspx
MIT License
94 stars 37 forks source link

Adds LP to LiteralPath aliases #147

Open God-damnit-all opened 1 year ago

God-damnit-all commented 1 year ago

I noticed today that Compress-Archive and Expand-Archive don't have -LP as aliases to -LiteralPath, which makes them the only two built-in commands that I know of to not have this.

SteveL-MSFT commented 1 year ago

@ImportTaste thanks for the PR!