mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-24 05:44:44 +00:00
adb: add sideload as a valid device command
This commit is contained in:
@@ -199,6 +199,7 @@ _adb_device_cmds() {
|
|||||||
local commands; commands=(
|
local commands; commands=(
|
||||||
'push:copy file/dir to device'
|
'push:copy file/dir to device'
|
||||||
'pull:copy file/dir from device'
|
'pull:copy file/dir from device'
|
||||||
|
'sideload:push an update using sideload'
|
||||||
'sync:copy host->device only if changed'
|
'sync:copy host->device only if changed'
|
||||||
'shell:run remote shell interactively or command'
|
'shell:run remote shell interactively or command'
|
||||||
'emu:run emulator console command'
|
'emu:run emulator console command'
|
||||||
|
|||||||
Reference in New Issue
Block a user