mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Prioritize APKs for adb install
This commit is contained in:
parent
459bbe208d
commit
9f19ab1fba
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ complete -n '__fish_seen_subcommand_from install' -c adb -s s -d 'Install on SD
|
||||||
complete -n '__fish_seen_subcommand_from install' -c adb -l algo -d 'Algorithm name'
|
complete -n '__fish_seen_subcommand_from install' -c adb -l algo -d 'Algorithm name'
|
||||||
complete -n '__fish_seen_subcommand_from install' -c adb -l key -d 'Hex-encoded key'
|
complete -n '__fish_seen_subcommand_from install' -c adb -l key -d 'Hex-encoded key'
|
||||||
complete -n '__fish_seen_subcommand_from install' -c adb -l iv -d 'Hex-encoded iv'
|
complete -n '__fish_seen_subcommand_from install' -c adb -l iv -d 'Hex-encoded iv'
|
||||||
|
complete -n '__fish_seen_subcommand_from install' -c adb -ka '(__fish_complete_suffix .apk)'
|
||||||
|
|
||||||
# uninstall
|
# uninstall
|
||||||
complete -n '__fish_seen_subcommand_from uninstall' -c adb -s k -d 'Keep the data and cache directories'
|
complete -n '__fish_seen_subcommand_from uninstall' -c adb -s k -d 'Keep the data and cache directories'
|
||||||
|
|
Loading…
Reference in a new issue