usage constant

ExitCode const usage

Command was used incorrectly.

This may occur if the wrong number of arguments was used, a bad flag, or bad syntax in a parameter.

Implementation

static const usage = ExitCode._(64, 'usage');