Method: Bundler::Thor.stop_on_unknown_option?

Defined in:
lib/bundler/vendor/thor/lib/thor.rb

.stop_on_unknown_option?(command) ⇒ Boolean

:nodoc:

Returns:

  • (Boolean)


329
330
331
# File 'lib/bundler/vendor/thor/lib/thor.rb', line 329

def stop_on_unknown_option?(command) #:nodoc:
  command && stop_on_unknown_option.include?(command.name.to_sym)
end