Skip to content

Commit 81e9cb9

Browse files
committed
update docs
1 parent b67540c commit 81e9cb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/command-line-completion.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`arduino-cli` supports command-line completion (also known as _tab completion_) for basic commands. Currently only
1+
`arduino-cli` supports command-line completion (also known as _tab completion_) for basic commands. Currently
22
`bash`, `zsh`, `fish`, and `powershell` shells are supported
33

44
### Before you start
@@ -62,11 +62,11 @@ For more information on tab-completion on PowerShell, please, refer to
6262

6363
#### Disabling command and flag descriptions
6464

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

69-
_N.B._ This flag is not compatible with bash nor powershell
69+
_N.B._ This flag is not compatible with powershell
7070

7171
### Brew
7272

0 commit comments

Comments
 (0)