diff options
Diffstat (limited to 'Completion')
| -rw-r--r-- | Completion/Unix/Command/_xmlstarlet | 177 |
1 files changed, 177 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_xmlstarlet b/Completion/Unix/Command/_xmlstarlet new file mode 100644 index 000000000..4c8257046 --- /dev/null +++ b/Completion/Unix/Command/_xmlstarlet @@ -0,0 +1,177 @@ +#compdef xmlstarlet xml + +local curcontext="$curcontext" ret=1 +local -a args state line suf + +args=( '(- *)--help[display usage information]' ) +_arguments -C -A "-*" $args \ + '(-q --quiet)'{-q,--quiet}'[no error output]' \ + "--no-doc-namespace[don't extract namespace bindings from input doc]" \ |
