class

Cli::Exit

Inherits Exception < Reference < Object

Contains information about exit.

Instance methods

error?

Tests if the exit code is non-zero.

Source
exit_code

Returns an exit code.

Source
success?

Tests if the exit code is zero.

Source