Exception: RakeCommander::Options::Error::MissingArgument
- Inherits:
-
Base
- Object
- StandardError
- Base::CustomError
- Base
- RakeCommander::Options::Error::MissingArgument
- Defined in:
- lib/rake-commander/options/error/missing_argument.rb
Overview
Relates to options with missing required argument (when there's no default
value)
Constant Summary
Constants inherited from Base
Constants included from Name
Name::BOOLEAN_NAME_REGEX, Name::BOOLEAN_TOKEN, Name::DOUBLE_HYPHEN_REGEX, Name::HYPEN_REGEX, Name::HYPHEN_START_REGEX, Name::OPTIONAL_REGEX, Name::SINGLE_HYPHEN_REGEX, Name::UNDERSCORE_REGEX, Name::WORD_DELIMITER
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#from_desc, #initialize, #name?, option_regex, option_sym, #option_sym, #options, require_argument!, #short?
Methods included from Name
#argument_optional?, #argument_required?, #boolean_name?, #capture_argument_with!, #capture_arguments_name!, #capture_arguments_short!, #double_hyphen?, #name_argument, #name_argument?, #name_hyphen, #name_sym, #name_word_sym, #short_hyphen, #short_sym, #single_hyphen?, #valid_name?, #valid_short?
Methods inherited from Base::CustomError
Constructor Details
This class inherits a constructor from RakeCommander::Options::Error::Base