#compdef gwrot

# Flags as `gwrot --help` lists them.

_arguments -s \
    '--no-fetch[work from what is already here]' \
    '--json[the result as data]' \
    '(-q --quiet)'{-q,--quiet}'[say nothing on success]' \
    '(-v --verbose)'{-v,--verbose}'[print every git command]' \
    '--explain[print every git command and exit]' \
    '(-h --help)'{-h,--help}'[show the help and exit]'
