Preferred system exit codes as defined by sysexits.h.
This library is inspired by this rust library.
All constants from the manpage sysexits(3) are available without the EX_ prefix.
import exitcode
import sys
sys.exit(exitcode.OK)| Name | Name | Last commit date | ||
|---|---|---|---|---|
Preferred system exit codes as defined by sysexits.h.
This library is inspired by this rust library.
All constants from the manpage sysexits(3) are available without the EX_ prefix.
import exitcode
import sys
sys.exit(exitcode.OK)