Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention that shell completion support is dependant on the shell version #65

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion docs/make_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading