Documentation
bin_name: Polly
name: Polly
author: Aaron P. <theaaronepower@gmail.com>
about: The polly templating language compiler
args:
    - file:
        short: f
        long: file
        takes_value: true
        help: Will compile to the destination.
    - input:
        index: 1
        multiple: true
        required: true
        help: The input file(s). If given multiple will print out each to stdout.
    - json: 
        long: json
        takes_value: true
        help: specifiy path to json file you want used with the template.
    - lang:
        short: l
        long: language
        takes_value: true
        help: The language you want to be rendered to. default; "en".
    - no-locales:
        long: no-locales
        help: Specify that the template has no locales.