completion: ngrok: Add --help option

pull/1850/head
Noah Gorny 2021-04-01 00:37:38 +03:00
parent 1dfaf36d91
commit 0239ab8c31
1 changed files with 1 additions and 1 deletions

View File

@ -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"