We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c87dd commit 9c32d8eCopy full SHA for 9c32d8e
assets/completions/zsh/site-functions/_blobdrop
@@ -1,7 +1,7 @@
1
#compdef blobdrop
2
3
_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'
+ _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'
5
return 0
6
}
7
0 commit comments