Skip to content

Commit 9c32d8e

Browse files
committed
Add longopts to autocompletions
1 parent 55c87dd commit 9c32d8e

File tree

1 file changed

+1
-1
lines changed
  • assets/completions/zsh/site-functions

1 file changed

+1
-1
lines changed

assets/completions/zsh/site-functions/_blobdrop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#compdef blobdrop
22

33
_blobdrop() {
4-
_arguments '-h[show help]' '-v[show version]' '-f[show frameless window]' '-k[keep dropped files]' '-n[send notification]' '-p[disable autohiding during drag]' '-t[keep window on top]' '-x[autoquit behaviour]:num:((0\:"do not autoquit" 1\:"after first drag" 2\:"after all items have been dragged"))' '*: arg:_files'
4+
_arguments {-h,--help}'[show help]' {-v,--version}'[show version]' {-f,--frameless}'[show frameless window]' {-k,--keep}'[keep dropped files]' {-n,--notification}'[send notification]' {-p,--persistent}'[disable autohiding during drag]' {-t,--ontop}'[keep window on top]' {-x,--auto-quit}'[autoquit behaviour]:num:((0\:"do not autoquit" 1\:"after first drag" 2\:"after all items have been dragged"))' '*: arg:_files'
55
return 0
66
}
77

0 commit comments

Comments
 (0)