CommandLineTool.successCodes_

Exit codes that indicate the process completed successfully. If not specified, only exit code 0 is considered success.

class CommandLineTool
Either!(None, int[]) successCodes_;

Meta