Skip to content

Commit

Permalink
Merge pull request #2204 from TheCakeIsNaOH/add-alias
Browse files Browse the repository at this point in the history
(GH-2203) Get-ChocolateyUnzip add unzipLocation as an alias to Destination
  • Loading branch information
gep13 authored Apr 16, 2021
2 parents c157be0 + bef0b89 commit 759a416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Install-ChocolateyZipPackage
#>
param(
[alias("file")][parameter(Mandatory=$false, Position=0)][string] $fileFullPath,
[parameter(Mandatory=$true, Position=1)][string] $destination,
[alias("unzipLocation")][parameter(Mandatory=$true, Position=1)][string] $destination,
[parameter(Mandatory=$false, Position=2)][string] $specificFolder,
[parameter(Mandatory=$false, Position=3)][string] $packageName,
[alias("file64")][parameter(Mandatory=$false)][string] $fileFullPath64,
Expand Down

0 comments on commit 759a416

Please sign in to comment.