We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--ignore-gems
Accidentally requires the command line option to be misspelled ingore
ingore
$ bundle grep -h Usage: bundler-grep [options] -g, --gems name1[,name2..] select target gems --ingore-gems name1[,name2..] ignore grep gems $ bundle grep --ignore-gems rails foo Traceback (most recent call last): 6: from /Users/jrochkind/.gem/ruby/2.6.3/bin/bundler-grep:23:in `<main>' 5: from /Users/jrochkind/.gem/ruby/2.6.3/bin/bundler-grep:23:in `load' 4: from /Users/jrochkind/.gem/ruby/2.6.3/gems/bundler-grep-0.3.0/exe/bundler-grep:5:in `<top (required)>' 3: from /Users/jrochkind/.gem/ruby/2.6.3/gems/bundler-grep-0.3.0/lib/bundler/grep.rb:8:in `start!' 2: from /Users/jrochkind/.gem/ruby/2.6.3/gems/bundler-grep-0.3.0/lib/bundler/grep.rb:8:in `new' 1: from /Users/jrochkind/.gem/ruby/2.6.3/gems/bundler-grep-0.3.0/lib/bundler/grep.rb:16:in `initialize' /Users/jrochkind/.gem/ruby/2.6.3/gems/bundler-grep-0.3.0/lib/bundler/grep.rb:35:in `parse_argument!': invalid option: --ignore-gems (OptionParser::InvalidOption) $ bundle grep --ingore-gems rails foo [Works]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Accidentally requires the command line option to be misspelled
ingore
The text was updated successfully, but these errors were encountered: