mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
add argument completion for 'equery keywords'
This commit is contained in:
committed by
Fabian Homborg
parent
06cda3f0b0
commit
80e30bc144
@@ -39,7 +39,7 @@ complete -c equery -n '__fish_use_subcommand' -xa 'uses' -d "Display pkg'
|
||||
complete -c equery -n '__fish_use_subcommand' -xa 'which' -d "Print full path to ebuild for pkg"
|
||||
|
||||
## Arguments
|
||||
complete -c equery -n '__fish_seen_subcommand_from c changes d depends g depgraph m meta u uses w which' \
|
||||
complete -c equery -n '__fish_seen_subcommand_from c changes d depends g depgraph y keywords m meta u uses w which' \
|
||||
-xa '(__fish_portage_print_available_pkgs)'
|
||||
complete -c equery -n '__fish_seen_subcommand_from k check f files s size' \
|
||||
-xa '(__fish_portage_print_installed_pkgs)'
|
||||
|
||||
Reference in New Issue
Block a user