mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 01:04:10 +08:00
share/completions: fix non-standard capitalization.
Use "Installed package" instead of "Installed Package".
This commit is contained in:
parent
3873d68593
commit
943ead2598
@ -40,7 +40,7 @@ end
|
||||
# Setup additional completion
|
||||
complete -f -c eopkg -n '__fish_seen_subcommand_from remove-repo rr enable-repo er disable-repo dr list-available la' -a "(__fish_eopkg_print_repos)" -d Repository
|
||||
complete -f -c eopkg -n '__fish_seen_subcommand_from upgrade up install it info' -a "(__fish_print_packages)" -d "Available Package"
|
||||
complete -f -c eopkg -n '__fish_seen_subcommand_from remove rm autoremove rmf check' -a "(__fish_print_packages --installed)" -d "Installed Package"
|
||||
complete -f -c eopkg -n '__fish_seen_subcommand_from remove rm autoremove rmf check' -a "(__fish_print_packages --installed)" -d "Installed package"
|
||||
complete -f -c eopkg -n '__fish_seen_subcommand_from upgrade up remove rm install it info check list-available la list-installed li list-upgrades lu' -s c -l component -a "(__fish_eopkg_print_components)" -d Component
|
||||
|
||||
# Setup eopkg subcommand with shortcut
|
||||
|
@ -51,4 +51,4 @@ complete -c portmaster -f -d 'Ports Directory' -a "
|
||||
string match -r '(?<=/usr/ports/)[^/]*(?:/[^/]*)?' (__fish_complete_directories /usr/ports/(commandline -ct))
|
||||
)"
|
||||
|
||||
complete -c portmaster -f -d 'Installed Package' -a "(__fish_print_packages)"
|
||||
complete -c portmaster -f -d 'Installed package' -a "(__fish_print_packages)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user