mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
add argument completion for 'equery keywords'
This commit is contained in:
parent
06cda3f0b0
commit
80e30bc144
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
complete -c equery -n '__fish_use_subcommand' -xa 'which' -d "Print full path to ebuild for pkg"
|
||||||
|
|
||||||
## Arguments
|
## 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)'
|
-xa '(__fish_portage_print_available_pkgs)'
|
||||||
complete -c equery -n '__fish_seen_subcommand_from k check f files s size' \
|
complete -c equery -n '__fish_seen_subcommand_from k check f files s size' \
|
||||||
-xa '(__fish_portage_print_installed_pkgs)'
|
-xa '(__fish_portage_print_installed_pkgs)'
|
||||||
|
|
Loading…
Reference in a new issue