#compdef gwm

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

_arguments -s \
    '--json[the result as data]' \
    '(-q --quiet)'{-q,--quiet}'[the path alone]' \
    '(-v --verbose)'{-v,--verbose}'[print every git command]' \
    '--explain[print every git command and exit]' \
    '--version[show the version and exit]' \
    '(-h --help)'{-h,--help}'[show the help and exit]'
