Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Oct 14, 2021
1 parent b67540c commit 042eb2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/command-line-completion.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
`arduino-cli` supports command-line completion (also known as _tab completion_) for basic commands. Currently only
`bash`, `zsh`, `fish`, and `powershell` shells are supported
`arduino-cli` supports command-line completion (also known as _tab completion_) for basic commands. Currently `bash`,
`zsh`, `fish`, and `powershell` shells are supported

### Before you start

Expand Down Expand Up @@ -62,11 +62,11 @@ For more information on tab-completion on PowerShell, please, refer to

#### Disabling command and flag descriptions

By default fish and zsh completion have command and flag description enabled by default. If you want to disable this
behaviour you can simply pass the `--no-descriptions` flag when calling `completion` command and the generated file will
not have descriptions
By default fish, zsh and bash completion have command and flag description enabled by default. If you want to disable
this behaviour you can simply pass the `--no-descriptions` flag when calling `completion` command and the generated file
will not have descriptions

_N.B._ This flag is not compatible with bash nor powershell
_N.B._ This flag is not compatible with powershell

### Brew

Expand Down

0 comments on commit 042eb2f

Please sign in to comment.