Skip to content

Instantly share code, notes, and snippets.

@mwallner
Last active December 4, 2018 14:42
Show Gist options
  • Save mwallner/cdee4217ec3267a9544f8e9552a4f422 to your computer and use it in GitHub Desktop.
Save mwallner/cdee4217ec3267a9544f8e9552a4f422 to your computer and use it in GitHub Desktop.
chocolatey search --pre not working as expected
PS D:\> choco search chocolateygui -r --pre
chocolateygui|0.14.1.0
PS D:\> choco search chocolateygui -r --pre -a
chocolateygui|0.14.2.0-beta
chocolateygui|0.14.1.0
chocolateygui|0.14.0.9
chocolateygui|0.14.0.2
PS D:\> choco search chocolateygui -r -a
chocolateygui|0.14.1.0
chocolateygui|0.14.0.9
chocolateygui|0.14.0.2
PS D:\> chocolatey --version
0.10.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment