Module: BerkeleyLibrary::Util::SysExits

Included in:
TIND::Export::ExportCommand, TIND::Export::ExportCommand
Defined in:
lib/berkeley_library/util/sys_exits.rb

Overview

Constant Summary collapse

EX_OK =

successful termination

0
EX_USAGE =

command line usage error

64
EX_SOFTWARE =

internal software error

70