class Bundler::Thor
def disable_required_check!(*command_names)
==== 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