mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
34470: completion: adb: add "sideload" command
btw: there is another compdef available for `adb` from zsh-users/zsh-completion; see https://github.com/zsh-users/zsh-completions/issues/291.
This commit is contained in:
parent
ffaf99288f
commit
28d520bc21
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
* 34469: Completion/Unix/Command/_git: git completion: add "stash"
|
||||
from refs/stash to __git_heads
|
||||
|
||||
* 34470: Completion/Unix/Command/_adb: completion: adb: add
|
||||
"sideload" command
|
||||
|
||||
2015-02-07 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 34464: Completion/Unix/Command/_mtr: Update mtr completion
|
||||
|
|
|
@ -63,6 +63,7 @@ _adb() {
|
|||
"root"
|
||||
"usb"
|
||||
"tcpip"
|
||||
"sideload"
|
||||
"ppp"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue