contrib/zsh_completion
changeset 1544 b3184bea3eb3
parent 1486 d7809d6e9db2
child 3487 46958e428fcd
equal deleted inserted replaced
1543:93a9298367e0 1544:b3184bea3eb3
   114         '(--text)-a[treat all files as text]' \
   114         '(--text)-a[treat all files as text]' \
   115         '(-a)--text[treat all files as text]' \
   115         '(-a)--text[treat all files as text]' \
   116         '*:file:_files'
   116         '*:file:_files'
   117     ;;
   117     ;;
   118 
   118 
   119     (status)
   119     (status|st)
   120         _arguments $includeExclude \
   120         _arguments $includeExclude \
   121         '(--no-status)-n[hide status prefix]' \
   121         '(--no-status)-n[hide status prefix]' \
   122         '(-n)--no-status[hide status prefix]' \
   122         '(-n)--no-status[hide status prefix]' \
   123         '(--print0)-0[end filenames with NUL, for use with xargs]' \
   123         '(--print0)-0[end filenames with NUL, for use with xargs]' \
   124         '(-0)--print0[end filenames with NUL, for use with xargs]' \
   124         '(-0)--print0[end filenames with NUL, for use with xargs]' \