Exception: OmniCli::ArgListMissingError

Inherits:
Error
  • Object
show all
Defined in:
lib/omnicli/errors.rb

Overview

Raised when the OMNI_ARG_LIST environment variable is missing

Instance Method Summary collapse

Constructor Details

#initialize(msg = "OMNI_ARG_LIST environment variable is not set. " \ 'Are you sure "argparser: true" is set for this command?') ⇒ ArgListMissingError

Returns a new instance of ArgListMissingError.



9
10
11
12
# File 'lib/omnicli/errors.rb', line 9

def initialize(msg = "OMNI_ARG_LIST environment variable is not set. " \
                     'Are you sure "argparser: true" is set for this command?')
  super
end