Closed bittner closed 2 years ago
On a side-note, the Python documentation on os.system
discusses the conversion of the "exit status" to an "exit code" using a function available on Unix system. The exit code is ultimately the number we would expect to get.
The wording for exit status is a debated topic, but why make it difficult for our audience? The Click framework uses
exit_code
, and it makes sense to align with them.