Skip to content

Commit 618fba2

Browse files
committed
docs(completion): Typo fixes
1 parent a38e0a7 commit 618fba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cli/completion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
See the [shtab library's documentation on shell completion](https://docs.iterative.ai/shtab/use/#cli-usage) for the most up to date way of connecting completion for vcspull.
1313
```
1414

15-
Provisional support for completions in vcspull 1.17+ are powered by [shtab](https://docs.iterative.ai/shtab/). This must be **installed separately**, as it's **not currently bundled with vcspull**.
15+
Provisional support for completions in vcspull 1.15+ are powered by [shtab](https://docs.iterative.ai/shtab/). This must be **installed separately**, as it's **not currently bundled with vcspull**.
1616

1717
```console
1818
$ pip install shtab --user
@@ -51,7 +51,7 @@ shtab --shell=tcsh -u vcspull.cli.create_parser \
5151
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.
5252
```
5353

54-
vcspull 0.1 to 1.14 use [click](https://click.palletsprojects.com)'s completion:
54+
vcspull 0.9 to 1.14 use [click](https://click.palletsprojects.com)'s completion:
5555

5656
:::{tab} bash
5757

0 commit comments

Comments
 (0)