success constant

ExitCode const success

Command completed successfully.

Implementation

static const success = ExitCode._(0, 'success');