I have a need to specify exit codes based on the thrown error type. It seems there might be an API for that https://github.com/apple/swift-argument-parser/pull/79.
But I am having a hard time figuring out how I am supposed to actually use this API to specify my own exit code.
Is an example available?