class Cli::Exit
- Cli::Exit
- Exception
- Reference
- Object
Overview
Contains information about exit.
Defined in:
lib/exit.crInstance Method Summary
-
#error?
Tests if the exit code is non-zero.
-
#exit_code : Int32
Returns an exit code.
-
#success?
Tests if the exit code is zero.