hrt 0.1.3

Ham Radio related command line tools
name: hrt
version: "0.1.3"
author: Bryce Johnston, K0NYX. <bryce@beaorn.com>
about: Ham Radio related command line tools
subcommands:
    - init:
        about: initialize empty .hrt.toml config file
    - call:
        about: callsign lookup
        args:
            - CALLSIGN:
                help: Sets the callsign to lookup
                required: true
                index: 1
            - source:
                short: s
                long: source
                value_name: SOURCE
                help: Sets callsign lookup source (qrz or hamqth)
                takes_value: true
    - dxcc:
        about: dxcc lookup
        args:
            - ENTITY:
                help: Sets the dxcc callsign or entity code to lookup
                required: true
                index: 1
            - source:
                short: s
                long: source
                value_name: SOURCE
                help: Sets dxcc lookup source (qrz or hamqth)
                takes_value: true