Add bash completion for services defined in ~/.pg_service.conf#1491
Merged
j-bennet merged 1 commit intodbcli:mainfrom Mar 7, 2025
Merged
Add bash completion for services defined in ~/.pg_service.conf#1491j-bennet merged 1 commit intodbcli:mainfrom
j-bennet merged 1 commit intodbcli:mainfrom
Conversation
Contributor
|
@3ximus Thank you! Please rebase on top of main, we have an issue with integration tests, and I disabled them for now. |
Contributor
Author
|
I'm sorry, in the process of rebasing the pull request was closed automatically however I've rebased it on main. Let me know if all is good. Thank you |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1491 +/- ##
==========================================
- Coverage 80.13% 71.61% -8.53%
==========================================
Files 25 25
Lines 3126 3167 +41
==========================================
- Hits 2505 2268 -237
- Misses 621 899 +278 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
@3ximus It's in. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I've added bash completion to services defined in the service file.
It's only triggered after typing
service=I've also cleaned some formatting of the file itself to make it consistent
Checklist
changelog.rst.AUTHORSfile (or it's already there).pip install pre-commit && pre-commit install), and ranblackon my code.