Accepting request 993929 from shells
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/993929 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash-completion?expand=0&rev=55factory
commit
852ff9f302
@ -0,0 +1,17 @@
|
||||
---
|
||||
completions/curl | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
--- a/completions/curl
|
||||
+++ b/completions/curl
|
||||
@@ -91,7 +91,9 @@ _curl()
|
||||
esac
|
||||
|
||||
if [[ $cur == -* ]]; then
|
||||
- COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
|
||||
+ COMPREPLY=($(compgen -W '$(_parse_help "$1" "--help all")' -- "$cur"))
|
||||
+ [[ $COMPREPLY ]] ||
|
||||
+ COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
|
||||
fi
|
||||
} &&
|
||||
complete -F _curl curl
|
Loading…
Reference in New Issue