Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] completion: adb: add "sideload" command



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