Skip to content

Commit 042eb2f

Browse files
committed
update docs
1 parent b67540c commit 042eb2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

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

44
### Before you start
55

@@ -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
66-
behaviour you can simply pass the `--no-descriptions` flag when calling `completion` command and the generated file will
67-
not have descriptions
65+
By default fish, zsh and bash completion have command and flag description enabled by default. If you want to disable
66+
this behaviour you can simply pass the `--no-descriptions` flag when calling `completion` command and the generated file
67+
will 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)