Skip to content

Commit

Permalink
completion: ngrok: Add --help option
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Gorny committed Mar 31, 2021
1 parent 1dfaf36 commit 0239ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/available/ngrok.completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ __ngrok_completion() {
local prev=$(_get_pword)
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 DEFAULT="$BASE --authtoken --region"

Expand Down

0 comments on commit 0239ab8

Please sign in to comment.