()
| 1286 | } |
| 1287 | |
| 1288 | func (e *exitError) Unwrap() error { |
| 1289 | return e.err |
| 1290 | } |
| 1291 | |
| 1292 | // ExitCode returns the OS exit code that the CLI will use when this error is |
| 1293 | // returned from a command handler. |
no outgoing calls
no test coverage detected