Skip to content

Commit 51f673a

Browse files
committed
docs(cli): Fix bash completion and link to click's shell completion
1 parent fddd607 commit 51f673a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/cli.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@
88

99
## Completion
1010

11+
```{note}
12+
See the [click library's documentation on shell completion](https://click.palletsprojects.com/en/8.0.x/shell-completion/) for the most up to date way of connecting completion for vcspull.
13+
```
14+
1115
In bash (`~/.bashrc`):
1216

1317
```{code-block} sh
1418
15-
eval "$(_TMUXP_COMPLETE=source tmuxp)"
19+
eval "$(_TMUXP_COMPLETE=bash_source tmuxp)"
1620
1721
```
1822

0 commit comments

Comments
 (0)