method

disable_required_check!

v2_6_3 - Show latest stable - Class: Bundler::Thor
disable_required_check!(*command_names)
public

Disable the check for required options for the given commands. This is useful if you have a command that does not need the required options to work, like help.

Parameters

Symbol

A list of commands that should be affected.