blob: f28e02b6f517dc22fe590c4b11960b8104c359f7 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|