1#compdef gqview
2
3_arguments \
4  '(+t -t --without-tools --with-tools)'{+t,--with-tools}'[force show of tools]' \
5  '(+t -t --without-tools --with-tools)'{-t,--without-tools}'[force hide of tools]' \
6  '(--fullscreen -f)'{-f,--fullscreen}'[start in full screen mode]' \
7  '(--slideshow -s)'{-s,--slideshow}'[start in slideshow mode]' \
8  '(--list -l)'{-l,--list}'[open collection window for command line]' \
9  '--debug[turn on debug output]' \
10  '(--version -v)'{-v,--version}'[print version info]' \
11  '(--help -h)'{-h,--help}'[show help]' \
12  '*:picture file:_files -g "*.(#i)(jpg|jpe|jpeg|png|gif|tif|tiff|bmp)(-.)"'
13