aboutsummaryrefslogtreecommitdiff
path: root/STYLE-GUIDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'STYLE-GUIDE.md')
-rw-r--r--STYLE-GUIDE.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md
index c4c3a66..207b988 100644
--- a/STYLE-GUIDE.md
+++ b/STYLE-GUIDE.md
@@ -18,7 +18,6 @@ because the user explicitly requested so. If the user gives some form
of invalid argument or there is any other error the usage should go to
stderr because the user might be using pipes.
-
How app.sh does it
------------------
@@ -44,6 +43,12 @@ Executing Commands
* http://unix.stackexchange.com/q/23026
+Parsing options
+===============
+
+Applications should always check for extra options or define how
+they're handled.
+
Resources
---------