aboutsummaryrefslogtreecommitdiff
path: root/lib/commandline/init.nom
blob: 16110ef03b5c5ef0fed3a096d6177aae29ec2e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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