Exception: RakeCommander::Options::InvalidArgument
- Defined in:
- lib/rake-commander/options/error.rb
Constant Summary collapse
- OPTION_REGEX =
/invalid argument: (?<option>.+)/i.freeze
Constants included from Name
Name::DOUBLE_HYPHEN_REGEX, Name::HYPEN_REGEX, Name::HYPHEN_START_REGEX, Name::OPTIONAL_REGEX, Name::SINGLE_HYPHEN_REGEX, Name::SPACE_REGEX, Name::UNDERSCORE_REGEX
Method Summary
Methods inherited from ErrorRely
#initialize, #name?, #option_sym, #short?
Methods included from Name
#argument_optional?, #argument_required?, #double_hyphen?, #name_argument, #name_argument?, #name_hyphen, #name_hyphen?, #name_sym, #name_word_sym, #short_hyphen, #short_hyphen?, #short_sym, #single_hyphen?, #valid_name?, #valid_short?
Constructor Details
This class inherits a constructor from RakeCommander::Options::ErrorRely