weatherapi-rs 0.3.3

Small weather CLI util for weatherapi.com
Documentation
name weatherapi-rs
bin weatherapi-rs
version "0.3.0"
about "Weather CLI tool"
usage "Usage: weatherapi-rs [OPTIONS]"
flag -q {
    long_help "City name e.g. London, Paris"
    arg <Q>
}
flag "-f --format" {
    long_help "Output format"
    arg <FORMAT> {
        choices json compact
    }
}
flag --aqi {
    long_help "Include air quality index"
}
flag --usage {
    long_help "Generate usage file in KDL format (usefull to create auto-completion)"
}