Browse Source

Merge pull request #1890 from talonx/master

Added help text for -dev option #1804 for zsh completion.
pull/1952/head
James Phillips 9 years ago
parent
commit
021627fcc5
  1. 1
      contrib/zsh-completion/_consul

1
contrib/zsh-completion/_consul

@ -41,6 +41,7 @@ __agent() {
'-config-file=[(foo) Path to a JSON file to read configuration from]' \
'-data-dir=[(path) Path to a data directory to store agent state]' \
'-dc=[(east-aws) Datacenter of the agent]' \
'-dev[Starts the agent in development mode]' \
'-encrypt=[(key) Provides the gossip encryption key]' \
'-join=[(1.2.3.4) Address of an agent to join at start time]' \
'-log-level=[(info) Log level of the agent]' \

Loading…
Cancel
Save