nomsu/lib/commandline/init.nom
Bruce Hill bf37295fae Updating to v6.15, which includes "external (...)" instead of separate
'externally' versions of stuff, and some auto-formatting.
2019-01-15 15:54:28 -08:00

13 lines
339 B
Plaintext

#
A library defining some command line program functionality
external:
(command line program with $args $body) parses as:
external ((run with $args) means $body)
if (this file was run directly):
run with (the command line arguments)
(usage $) means:
say "Usage: \$"
exit 1