mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
fix zsh completion
This commit is contained in:
parent
e8fe1508e2
commit
653bc0e55d
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ _fd() {
|
|||
+ '(exec-cmds)' # execute command
|
||||
'(long-listing max-results)'{-x+,--exec=}'[execute command for each search result]:command: _command_names -e:*\;::program arguments: _normal'
|
||||
'(long-listing max-results)'{-X+,--exec-batch=}'[execute command for all search results at once]:command: _command_names -e:*\;::program arguments: _normal'
|
||||
'(long-listing max-results)'{--batch-size=}'[max number of args for each -X call]:size'
|
||||
'(long-listing max-results)--batch-size=[max number of args for each -X call]:size'
|
||||
|
||||
+ other
|
||||
'!(--max-buffer-time)--max-buffer-time=[set amount of time to buffer before showing output]:time (ms)'
|
||||
|
|
Loading…
Reference in a new issue