nomsu/lib/commandline/init.nom

14 lines
364 B
Plaintext
Raw Normal View History

2019-02-02 19:44:22 -08:00
#!/usr/bin/env nomsu -V6
#
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