method

disable_required_check!

ruby latest stable - Class: Bundler::Thor

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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.