From 25e8bb52e091c4c546502546b23c932e4d59cddb Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Thu, 28 May 2020 21:36:28 -0400
Subject: improved error handling and ignorance of trailing ws
---
README | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'README')
diff --git a/README b/README
index 1815214..843ffbf 100644
--- a/README
+++ b/README
@@ -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.
--
cgit