zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] completion: adb: add "sideload" command
@ 2015-02-08 14:13 Daniel Hahler
  0 siblings, 0 replies; only message in thread
From: Daniel Hahler @ 2015-02-08 14:13 UTC (permalink / raw)
  To: zsh-workers

From: Daniel Hahler <git@thequod.de>

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-08 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-08 14:13 [PATCH] completion: adb: add "sideload" command Daniel Hahler

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).