Skip to content

Commit

Permalink
Fixed small typo (#2371) [skip ci][ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohernandez committed Jul 9, 2020
1 parent 7a62a72 commit 25a7904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/shell-completion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Shell Completion

Most people like to have shell completion on the command line. In other words, when you're typing a command, you can hit <TAB> and the shell will show you what the options are. For example, if you type `ddev <TAB>`, you'll see all the possible commands. `ddev debug <TAB>` will show you the options for the command. And `ddev list -<TAB>` will show you all the flags available for `ddev list`.
Most people like to have shell completion on the command line. In other words, when you're typing a command, you can hit `<TAB>` and the shell will show you what the options are. For example, if you type `ddev <TAB>`, you'll see all the possible commands. `ddev debug <TAB>` will show you the options for the command. And `ddev list -<TAB>` will show you all the flags available for `ddev list`.

Shells like bash and zsh need help to do this though, they have to know what the options are. DDEV-Local provides the necessary hint scripts, and if you use homebrew, they get installed automatically. But if you use oh-my-zsh, for example, you may have to manually install the hint script.

Expand Down

0 comments on commit 25a7904

Please sign in to comment.