Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] completion: adb: add "sideload" command
- X-seq: zsh-workers 34470
- From: Daniel Hahler <genml+zsh-workers@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] completion: adb: add "sideload" command
- Date: Sun, 8 Feb 2015 15:13:54 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=thequod.de; h= x-mailer:message-id:date:date:subject:subject:from:from:received :received:received; s=postfix2; t=1423404841; bh=WxAI8gQab9p8pcN 1KNZJ7ov56GMFulMbrSef5QAgrXg=; b=XesjDCZw6HU3oDgdtFTY6FHatLjWhSb nXzpUUcAImWMh2JtgNiT9Fizc1ddpWJ/KbkMEKR5r5y8tHjgUj4UhT/CcsNfU11F sCVJ6AClfsks4d++4ol1Rwdx8tImhz0v4wUMXKIfYwYCzjFY/i+u1nLq+pYoLvch yCaDclYAfOQo=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
From: Daniel Hahler <git@xxxxxxxxxx>
btw: there is another compdef available for `adb` from
zsh-users/zsh-completion; see
https://github.com/zsh-users/zsh-completions/issues/291.
---
Completion/Unix/Command/_adb | 1 +
1 file changed, 1 insertion(+)
diff --git a/Completion/Unix/Command/_adb b/Completion/Unix/Command/_adb
index 2e36046..e687762 100644
--- a/Completion/Unix/Command/_adb
+++ b/Completion/Unix/Command/_adb
@@ -63,6 +63,7 @@ _adb() {
"root"
"usb"
"tcpip"
+ "sideload"
"ppp"
)
--
2.3.0.dirty
Messages sorted by:
Reverse Date,
Date,
Thread,
Author