-
Notifications
You must be signed in to change notification settings - Fork 386
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
feat(aptitude): add showsrc and source options #1313
base: main
Are you sure you want to change the base?
Conversation
When was the original patch created? There seem to be even more subcommands in some manual:
Also, |
More than 2 years ago (https://salsa.debian.org/debian/bash-completion/-/merge_requests/5/diffs?commit_id=e68fde20600326e426e802233e46c940cab9478b)
You're right. Let me review this and write a more comprehensive patch. Thanks for your review. |
74e359e
to
a5e7451
Compare
I pushed a revised version with the sub-commands listed by the manpage. I used the following one-liner:
which found another sub-command: The list is now sorted alphabetically. PS: I think |
The following commands are listed in the manpage and were missing from the completion file: build-depends extract-cache-subset help Whereas the following commands are not listed in the manpage nor in the documentation: dist-upgrade upgrade Moreover, build-depends and build-deps are aliases, and bash-completion guidelines (CONTRIBUTING.md) recommend using the longer version. This patch updates the list and sorts it by-name. Suggested-by: Heinrich Schuchardt <[email protected]> Suggested-by: Koichi Murase <[email protected]>
a5e7451
to
1b09c48
Compare
Pull request updated. Thanks for your reviews! :) |
This fix has been provided to Debian (downstream) by Heinrich Schuchardt [email protected]. It is currently a downstream patch, but it should be here.