3 local cur prev split=false
5 COMP_WORDBREAKS=${COMP_WORDBREAKS//=}
8 _get_comp_words_by_ref cur prev
11 COMPREPLY=( $( compgen -W '--threads --connection-window-bits --input-file --help --requests --data --verbose --version --window-bits --clients --no-tls-proto --header --max-concurrent-streams ' -- "$cur" ) )
19 complete -F _h2load h2load