blob: 68836fb970a1b6c487e18b56710e9839d9f6f560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
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
|