#compdef imapgoose

_imapgoose() {
    _arguments -C \
        '-c[path to configuration file]:config file:_files' \
        '-v[enable verbose logging]' \
        '-m[migrate from an older status repository format]' \
        '-i[index maildir into status repository using U= hints]' \
        '-h[show help message]'
}

_imapgoose "$@"
