-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function - Get-PackageParameters #1393
Comments
@ferventcoder just noticed the labels now ( |
@AdmiringWorm no, it's supporting a pro/business feature. Sorry for confusion. |
I should probably remove it since it is more of an indirect support. |
ferventcoder
added a commit
that referenced
this issue
Aug 29, 2017
Support package parameter parsing directly in Chocolatey itself. This functionality has existed for awhile outside of Chocolatey and in the core community maintainers team `chocolatey-core.extension`. Bring in functionality to Chocolatey to support this functionality.
ferventcoder
added a commit
that referenced
this issue
Aug 29, 2017
* stable: (maint) fully qualify regex in scripts (GH-1133) Autouninstaller - Use Uninstall Args / Override (GH-1133) autouninstaller - skip if package is missing (GH-1133) Package dependency check globally available (maint) make classes public (GH-1155) More comprehensive warn on nupkg/nuspec use (GH-1155) Fix: params are unused w/nupkg (GH-1394) Fix: API - return self-service setting for sources (GH-1265) Support for Admin only sources (GH-1393) Get-PackageParameters function (GH-1386) remove default admin tag (doc) fix grammar (maint) remove choco.pdb if found on upgrade
ferventcoder
changed the title
Get-PackageParameters command
Function - Get-PackageParameters
Aug 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bring Get-PackageParameters into Chocolatey itself. All of the other elements are already in Chocolatey, so this should be supported in Chocolatey as well.
Documentation at https://chocolatey.org/docs/helpers-get-packageparameters and https://github.com/chocolatey/choco/wiki/HelpersGetPackageParameters
The text was updated successfully, but these errors were encountered: