Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
bash-completion-doc
fix-curl-help-completion-bsc1200791.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-curl-help-completion-bsc1200791.patch of Package bash-completion-doc
--- completions/curl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/completions/curl +++ b/completions/curl @@ -87,7 +87,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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor