exitStatus top-level constant

String const exitStatus

EXIT STATUS code text

Implementation

const exitStatus = 'EXIT STATUS:\n'
    '\tThe CLI will exit with one of the following values:\n'
    '\t0\t\t\t\tSuccessful execution.\n'
    '\t1\t\t\t\tFailed executions.\n';