about summary refs log tree commit diff
path: root/Completion/Unix/Command/_xargs
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2019-10-01 23:10:17 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2019-10-01 23:10:17 +0200
commit7d2d242b30dad78cc9df81a275324e57c9fedd34 (patch)
tree4a7109e672df04594c5cab70355c9cfb08b82627 /Completion/Unix/Command/_xargs
parent934fc7d1164f6a2a90658ff98e642d282d394727 (diff)
downloadzsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.gz
zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.tar.xz
zsh-7d2d242b30dad78cc9df81a275324e57c9fedd34.zip
44798: completion option update
Diffstat (limited to 'Completion/Unix/Command/_xargs')
-rw-r--r--Completion/Unix/Command/_xargs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_xargs b/Completion/Unix/Command/_xargs
index 8b543341d..f21784ef1 100644
--- a/Completion/Unix/Command/_xargs
+++ b/Completion/Unix/Command/_xargs
@@ -47,6 +47,7 @@ case $variant in
       '(-0 --null -d --delimiter)'{-0,--null}'[expect NUL characters as input separators]'
       '(-d --delimiter -0 --null)'{-d+,--delimiter=}'[specify delimiter of input items]:delimiter'
       '(-l -L --max-lines -n --max-args -s --max-chars)--max-lines=-[call program for every number of lines]::number of input lines'
+      '(-o --open-tty)'{-o,--open-tty}'[reopen stdin as /dev/tty in the child process before executing the command]'
       '--process-slot-var=[set environment variable to unique value in child processes]:variable:_parameters -g "*export*"'
       '(-r --no-run-if-empty)'{-r,--no-run-if-empty}"[don't run command in absence of input]"
       '(- *)--help[show help information]'