diff options
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_xargs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Completion/User/_xargs b/Completion/User/_xargs deleted file mode 100644 index f727ed8b7..000000000 --- a/Completion/User/_xargs +++ /dev/null @@ -1,15 +0,0 @@ -#compdef xargs - -_arguments \ - '(-t)-p[prompt user for each command]' \ - '(-p)-t[verbose - echo each command]' \ - '-x[exit if max size exceeded]' \ - -{e-,E}':end-of-file string:' \ - '(-x -I)-i-:replacement string for lines:' \ - '(-x -i)-I:replacement string for lines:' \ - '(-n -L -x)-l-:number of input lines:' \ - '(-n -l)-L:number of input lines:' \ - '(-l -L)-n-:maximum number of arguments:' \ - '-s-:maximum command line length:' \ - '(-):command: _command_names -e' \ - '*::args: _normal' |