Merge pull request #9702 from m-tmatma/feature/fix-bash-complete
fix link of argcomplete page.
This commit is contained in:
commit
4778e999a5
|
@ -5,7 +5,7 @@ How to set up bash completion
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
When using bash as your shell, ``pytest`` can use argcomplete
|
When using bash as your shell, ``pytest`` can use argcomplete
|
||||||
(https://argcomplete.readthedocs.io/) for auto-completion.
|
(https://kislyuk.github.io/argcomplete/) for auto-completion.
|
||||||
For this ``argcomplete`` needs to be installed **and** enabled.
|
For this ``argcomplete`` needs to be installed **and** enabled.
|
||||||
|
|
||||||
Install argcomplete using:
|
Install argcomplete using:
|
||||||
|
|
Loading…
Reference in New Issue