completion: ngrok: Add --help option
parent
1dfaf36d91
commit
0239ab8c31
|
|
@ -4,7 +4,7 @@ __ngrok_completion() {
|
||||||
local prev=$(_get_pword)
|
local prev=$(_get_pword)
|
||||||
local curr=$(_get_cword)
|
local curr=$(_get_cword)
|
||||||
|
|
||||||
local BASE_NO_CONF="--log --log-format --log-level"
|
local BASE_NO_CONF="--log --log-format --log-level --help"
|
||||||
local BASE="--config $BASE_NO_CONF"
|
local BASE="--config $BASE_NO_CONF"
|
||||||
local DEFAULT="$BASE --authtoken --region"
|
local DEFAULT="$BASE --authtoken --region"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue