aboutsummaryrefslogtreecommitdiff
path: root/lib/commandline
diff options
context:
space:
mode:
Diffstat (limited to 'lib/commandline')
-rw-r--r--lib/commandline/init.nom11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/commandline/init.nom b/lib/commandline/init.nom
new file mode 100644
index 0000000..f28e02b
--- /dev/null
+++ b/lib/commandline/init.nom
@@ -0,0 +1,11 @@
+#
+ A library defining some command line program functionality
+
+(command line program with $args $body) parses as:
+ externally (run with $args) means $body
+ if (this file was run directly):
+ run with (the command line arguments)
+
+externally (usage $) means:
+ say "Usage: \$"
+ exit 1