"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "share/completions/adb.fish" between
fish-3.5.0.tar.xz and fish-3.5.1.tar.xz

About: fish is a smart and user-friendly interactive command line shell.

adb.fish  (fish-3.5.0.tar.xz):adb.fish  (fish-3.5.1.tar.xz)
skipping to change at line 140 skipping to change at line 140
complete -f -n __fish_adb_no_subcommand -c adb -a sideload -d 'Sideloads the giv en package' complete -f -n __fish_adb_no_subcommand -c adb -a sideload -d 'Sideloads the giv en package'
complete -f -n __fish_adb_no_subcommand -c adb -a reconnect -d 'Kick current con nection from host side and make it reconnect.' complete -f -n __fish_adb_no_subcommand -c adb -a reconnect -d 'Kick current con nection from host side and make it reconnect.'
# install options # install options
complete -n '__fish_seen_subcommand_from install' -c adb -s l -d 'Forward-lock t he app' complete -n '__fish_seen_subcommand_from install' -c adb -s l -d 'Forward-lock t he app'
complete -n '__fish_seen_subcommand_from install' -c adb -s r -d 'Reinstall the app keeping its data' complete -n '__fish_seen_subcommand_from install' -c adb -s r -d 'Reinstall the app keeping its data'
complete -n '__fish_seen_subcommand_from install' -c adb -s s -d 'Install on SD card instead of internal storage' complete -n '__fish_seen_subcommand_from install' -c adb -s s -d 'Install on SD card instead of internal storage'
complete -n '__fish_seen_subcommand_from install' -c adb -l algo -d 'Algorithm n ame' complete -n '__fish_seen_subcommand_from install' -c adb -l algo -d 'Algorithm n ame'
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 i v' complete -n '__fish_seen_subcommand_from install' -c adb -l iv -d 'Hex-encoded i v'
complete -n '__fish_seen_subcommand_from install' -c adb -ka '(__fish_complete_s uffix .apk)'
# uninstall # uninstall
complete -n '__fish_seen_subcommand_from uninstall' -c adb -s k -d 'Keep the dat a and cache directories' complete -n '__fish_seen_subcommand_from uninstall' -c adb -s k -d 'Keep the dat a and cache directories'
complete -n '__fish_seen_subcommand_from uninstall' -c adb -f -a "(__fish_adb_li st_uninstallable_packages)" complete -n '__fish_seen_subcommand_from uninstall' -c adb -f -a "(__fish_adb_li st_uninstallable_packages)"
# devices # devices
complete -n '__fish_seen_subcommand_from devices' -c adb -s l -d 'Also list devi ce qualifiers' complete -n '__fish_seen_subcommand_from devices' -c adb -s l -d 'Also list devi ce qualifiers'
# disconnect # disconnect
complete -n '__fish_seen_subcommand_from disconnect' -c adb -x -a "(__fish_adb_g et_devices)" -d 'Device to disconnect' complete -n '__fish_seen_subcommand_from disconnect' -c adb -x -a "(__fish_adb_g et_devices)" -d 'Device to disconnect'
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)