Exception: OmniCli::ArgListMissingError
- Defined in:
- lib/omnicli/errors.rb
Overview
Raised when the OMNI_ARG_LIST environment variable is missing
Instance Method Summary collapse
-
#initialize(msg = "OMNI_ARG_LIST environment variable is not set. " \ 'Are you sure "argparser: true" is set for this command?') ⇒ ArgListMissingError
constructor
A new instance of ArgListMissingError.
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 |