Expand description
Platform-agnostic ExitStatus synthesis.
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module ::prelude :: *.
Functions§
- synthetic_
exit_ status - Constructs an
ExitStatusfrom an exit code without spawning a process. - synthetic_
failure_ status - Constructs a failure
ExitStatus(exit code 1) without spawning a process. - synthetic_
success_ status - Constructs a success
ExitStatus(exit code 0) without spawning a process.