-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
The comment based help indicates that if neither install nor uninstall is specified it will do both:
chocolatey-au/AU/Public/Test-Package.ps1
Line 10 in c28a2fd
It will force install and then remove the Chocolatey package if called without arguments. |
But the logic says otherwise:
chocolatey-au/AU/Public/Test-Package.ps1
Line 49 in c28a2fd
if (!$Install -and !$Uninstall) { $Install = $true } |
Metadata
Metadata
Assignees
Labels
No labels