Module: EacCli::Parser::Alternative::ShortOptions

Defined in:
lib/eac_cli/parser/alternative/short_options.rb

Constant Summary collapse

SHORT_OPTION_PREFIX =
'-'
SHORT_OPTION_CHAR_PATTERN =
/\A[0-9a-zA-Z]\z/.freeze