From 928fa0b3a5e62f5f0566f8abab4f17dd91718597 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 30 Aug 1999 15:21:21 +0000 Subject: zsh-workers/7548 --- Completion/User/_xargs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Completion/User/_xargs diff --git a/Completion/User/_xargs b/Completion/User/_xargs new file mode 100644 index 000000000..71aff222f --- /dev/null +++ b/Completion/User/_xargs @@ -0,0 +1,11 @@ +#compdef xargs + +_arguments \ + -{p,t,x} \ + -{e-,E}':end-of-file string:' \ + -{i-,I}':replacement string for lines:' \ + -{l-,L}':number of input lines:' \ + '-n:maximum number of arguments:' \ + '-s:maximum command line length:' \ + ':command: _command_names -e' \ + '*::args:_normal' -- cgit 1.4.1