mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-18 10:22:45 +08:00
apt list completions
This commit is contained in:
parent
04da7043a6
commit
1d8b10399a
|
@ -65,8 +65,10 @@ complete -x -c apt -s t -d 'Install from specific repository' -x -a '(__fish_apt
|
||||||
# List
|
# List
|
||||||
__fish_apt_subcommand list -d 'List packages'
|
__fish_apt_subcommand list -d 'List packages'
|
||||||
__fish_apt_option list -l installed -d 'Installed packages'
|
__fish_apt_option list -l installed -d 'Installed packages'
|
||||||
|
__fish_apt_option list -l manual-installed -d 'Manually installed packages'
|
||||||
__fish_apt_option list -l upgradable -d 'Upgradable packages'
|
__fish_apt_option list -l upgradable -d 'Upgradable packages'
|
||||||
__fish_apt_option list -l all-versions -d 'Show all versions of any package'
|
__fish_apt_option list -s a -l all-versions -d 'Show all versions of any package'
|
||||||
|
__fish_apt_option list -s v -l verbose -d 'Verbose output'
|
||||||
|
|
||||||
# Search
|
# Search
|
||||||
__fish_apt_subcommand search -r -d 'Search for packages'
|
__fish_apt_subcommand search -r -d 'Search for packages'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user