diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -47,4 +47,6 @@ It mostly segfaults on line overfill (i.e. trying to center oversized text or unfoldable lines are completely unhandled). Error handling should probably be used, but that is a nontrivial addition. -Nonexistent commands also cause segfaults. +# Return Value + +Returns 0 on success and 1 on syntax error. |