Commit 4ac918f
feat(aptitude): update sub-commands
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 <heinrich.schuchardt@canonical.com>
Suggested-by: Koichi Murase <myoga.murase@gmail.com>1 parent af8a80d commit 4ac918f
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments