Skip to content

Instantly share code, notes, and snippets.

@ramfjord
Created February 20, 2019 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramfjord/f44443429662f95893ed5aa9822f283a to your computer and use it in GitHub Desktop.
Save ramfjord/f44443429662f95893ed5aa9822f283a to your computer and use it in GitHub Desktop.
bad_help_message
# bundle help list
Usage:
bundle show GEM [OPTIONS]
Options:
[--paths=List the paths of all gems that are required by your Gemfile.], [--no-paths]
[--outdated=Show verbose output including whether gems are outdated.], [--no-outdated]
[--no-color] # Disable colorization in output
-r, [--retry=NUM] # Specify the number of times you wish to attempt network commands
-V, [--verbose], [--no-verbose] # Enable verbose output mode
Description:
Show lists the names and versions of all gems that are required by your Gemfile. Calling show with [GEM] will list the exact location of that
gem on your machine.
/app # bundle show httparty --paths=/app/vendor/bundle
ERROR: "bundle show" was called with arguments ["httparty", "/app/vendor/bundle"]
Usage: "bundle show GEM [OPTIONS]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment