Exception: CLI::ParsingError::MandatoryArgumentNotSpecifiedError

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

Instance Method Summary collapse

Constructor Details

#initialize(arg) ⇒ MandatoryArgumentNotSpecifiedError

Returns a new instance of MandatoryArgumentNotSpecifiedError.



80
81
82
# File 'lib/cli.rb', line 80

def initialize(arg)
	super("mandatory argument '#{arg}' not given")
end