-
Notifications
You must be signed in to change notification settings - Fork 903
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
[API] choco list --localonly doesn't work from API #223
Comments
Jaykul
added a commit
to Jaykul/choco
that referenced
this issue
Apr 5, 2015
Move test into the PackageService so it happens during execution regardless of how it's called. Also did a minor refactor of line 431/436 to make the intent more readable.
Is there a PR that relates to this? |
Closed
ferventcoder
pushed a commit
that referenced
this issue
Jun 29, 2015
Move test into the PackageService so it happens during execution regardless of how it's called.
ferventcoder
added a commit
that referenced
this issue
Jun 29, 2015
* stable: (GH-223) Fix handling of LocalOnly for API (GH-132) Use Config.QuietOutput for List commands (GH-132) PackageService / ListCommand List for API Conflicts: src/chocolatey/infrastructure.app/commands/ChocolateyListCommand.cs src/chocolatey/infrastructure.app/services/ChocolateyPackageService.cs src/chocolatey/infrastructure.app/services/INugetService.cs src/chocolatey/infrastructure.app/services/NugetService.cs src/chocolatey/infrastructure/commands/IListCommand.cs
ferventcoder
changed the title
choco list --localonly doesn't work from API
[API] choco list --localonly doesn't work from API
Aug 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The configuration.LocalOnly is being handled only during commandline parsing, not during execution.
The text was updated successfully, but these errors were encountered: