Skip to content

Commit

Permalink
Add restart exit code to the table
Browse files Browse the repository at this point in the history
  • Loading branch information
mejroslav committed Jul 21, 2023
1 parent ce325ed commit 3482d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion asab/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ def __init__(self):
sys.exit(exit_code)
```
| Exit code | Usage |
| Exit code | Meaning |
| --- | --- |
| 0 | success |
| 1 | abnormal termination of a program perhaps as a result a minor problem in the code |
| "!RESTART!" | hard restart of the whole application |
"""

Expand Down

0 comments on commit 3482d88

Please sign in to comment.