diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-28 21:36:28 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-28 21:36:28 -0400 |
commit | 25e8bb52e091c4c546502546b23c932e4d59cddb (patch) | |
tree | 9a44c222b801a3c2eaa16867228c6b79d58e3011 /README | |
parent | 003a1e962aab767a030dab1d451fe0abc52bd32f (diff) |
improved error handling and ignorance of trailing ws
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. |