CleanExit

An error type that represents a clean (i.e. non-error state) exit of the utility.

Errors.swift:69
struct CleanExit

Throwing a CleanExit instance from a validate or run method, or passing it to exit(with:), exits the program with exit code 0.