Method: LibCLImate::Climate#exit_on_missing
- Defined in:
- lib/libclimate/climate.rb
#exit_on_missing ⇒ Object
(boolean) Indicates whether exit will be called (with non-zero exit code) when a required command-line option is missing. Defaults to true
891 892 893 |
# File 'lib/libclimate/climate.rb', line 891 def exit_on_missing @exit_on_missing end |