Method: Bundler::Thor::Base::ClassMethods#stop_on_unknown_option?
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
#stop_on_unknown_option?(command_name) ⇒ Boolean
If true, option parsing is suspended as soon as an unknown option or a regular argument is encountered. All remaining arguments are passed to the command as regular arguments.
154 155 156 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 154 def stop_on_unknown_option?(command_name) #:nodoc: false end |