nomsu/lib/commandline/init.nom
Bruce Hill a1849da175 Autoformat (mostly just to do with the new
blank-line-after-end-of-multi-indent-block rule
2019-03-27 15:22:46 -07:00

13 lines
369 B
Plaintext

#!/usr/bin/env nomsu -V7.0.0
###
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