Exception: RakeCommander::Options::Error::InvalidOption

Inherits:
Base show all
Defined in:
lib/rake-commander/options/error/invalid_option.rb

Constant Summary

Constants inherited from Base

Base::OPTION_REGEX

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

#from, #option

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

#initialize, #message, #to_s

Constructor Details

This class inherits a constructor from RakeCommander::Options::Error::Base