StructureArgumentParser
CleanExit
An error type that represents a clean (i.e. non-error state) exit of the utility.
struct CleanExit
Overview
Throwing a CleanExit
instance from a validate
or run
method, or passing it to exit(with:)
, exits the program with exit code 0
.