_httpie: fix for -pH problem
This commit is contained in:
parent
dbd9c214fc
commit
512b6357e1
|
@ -102,6 +102,9 @@ _httpie_printflags () {
|
||||||
|
|
||||||
local ret=1
|
local ret=1
|
||||||
|
|
||||||
|
# not sure why this is necessary, but it will complete "-pH" style without it
|
||||||
|
[[ $IPREFIX == "-p" ]] && IPREFIX+=" "
|
||||||
|
|
||||||
compset -P '(#b)([a-zA-Z]#)'
|
compset -P '(#b)([a-zA-Z]#)'
|
||||||
|
|
||||||
local -a flags
|
local -a flags
|
||||||
|
|
Loading…
Reference in New Issue