Mention that shell completion support is dependant on the shell version

This commit is contained in:
benoit 2023-11-16 13:42:42 +01:00 committed by Benoit
parent 8d6b8502b6
commit ffc330f96e
3 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,7 @@
### Added
* Add the timeline in the `cluster_has_replica` perfstats. (#50)
* Add a mention about shell completion support and shell versions in the doc. (#53)
### Fixed

View file

@ -135,7 +135,10 @@ a file spécific to your shell of choice.
eval "$(_CHECK_PATRONI_COMPLETE=fish_source check_patroni)"
```
[click]: https://click.palletsprojects.com/en/8.0.x/shell-completion/?highlight=completion
Please note that shell completion is not supported far all shell versions, for
example only Bash versions older than 4.4 are supported.
[click]: https://click.palletsprojects.com/en/8.1.x/shell-completion/
## Cluster services

View file

@ -117,7 +117,10 @@ a file spécific to your shell of choice.
eval "$(_CHECK_PATRONI_COMPLETE=fish_source check_patroni)"
```
[click]: https://click.palletsprojects.com/en/8.0.x/shell-completion/?highlight=completion
Please note that shell completion is not supported far all shell versions, for
example only Bash versions older than 4.4 are supported.
[click]: https://click.palletsprojects.com/en/8.1.x/shell-completion/
_EOF_
readme
readme "## Cluster services"