Exception: CLI::ParserError::MultipleArgumentsSpecifierError

Inherits:
CLI::ParserError
  • Object
show all
Defined in:
lib/cli.rb

Instance Method Summary collapse

Constructor Details

#initialize(arguments_dsl) ⇒ MultipleArgumentsSpecifierError

Returns a new instance of MultipleArgumentsSpecifierError.



54
55
56
# File 'lib/cli.rb', line 54

def initialize(arguments_dsl)
	super("only one 'arguments' specifier can be used, got: #{arguments_dsl.join(', ')}")
end