mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
paste: Autogenerated the easy parts
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
#compdef paste
|
||||
|
||||
# zsh completions for 'paste'
|
||||
# automatically generated with http://github.com/RobSis/zsh-completion-generator
|
||||
local arguments
|
||||
|
||||
arguments=(
|
||||
'(-d --delimiters)'{-d,--delimiters}'[reuse characters from LIST instead of TABs]'
|
||||
'(-s --serial)'{-s,--serial}'[paste one file at a time instead of in parallel]'
|
||||
'(-z --zero-terminated)'{-z,--zero-terminated}'[line delimiter is NUL, not newline]'
|
||||
'--help[display this help and exit]'
|
||||
'--version[output version information and exit]'
|
||||
'*:filename:_files'
|
||||
)
|
||||
|
||||
_arguments -s $arguments
|
||||
Reference in New Issue
Block a user