class Bundler::Thor

def disable_required_check!(*command_names)

Symbol ...:: A list of commands that should be affected.
==== Parameters

to work, like help.
This is useful if you have a command that does not need the required options
Disable the check for required options for the given commands.
def disable_required_check!(*command_names)
  @disable_required_check = disable_required_check | command_names
end