From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28942 invoked by alias); 19 Jun 2015 02:42:14 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35522 Received: (qmail 17719 invoked from network); 19 Jun 2015 02:42:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=4juZww6yzM/OHvTS/848ke9i7l5SpXOtPaYRXjb0cAE=; b=P4B5BEXU3tQPi1rhNpr3LaZCuU0qgYwXD6Z22ffXudtM2rh1OnBu/NFrAvVSvOT1vu PK9sUEYd1C5/XurRD8chPhLfDGL/+rVXI5U1QQssiSpKMnqsxL/WSP/q8XgseY5l5Hfh MyDjGReQ6Fe9XSTIKiUhW3S+/TceuC3LLyOmfYwhGSVxUK6GSPxOm6/SBk+jrzHLxOzS j5bOoeoeER+0E53N3xSgwLH/7sO/s5m9bIyoJJvsWe9AwJ+yZkaZetXFE5H+aZpnJUYe fTaCoYlsy3IOmqZhLp2t/61o2IT2BLT1X/SSNdwHtV46MkVR7iLWHSUJE5GRsmIB9Gkn kz8g== X-Gm-Message-State: ALoCoQnuyGCLkIcuQ03K2MtYXg1g90PUvv3rdcVAWAmRc6a72LTIcVHHEzW/ZXrEHEh3qFWf4cFk X-Received: by 10.60.131.147 with SMTP id om19mr11599491oeb.78.1434681728762; Thu, 18 Jun 2015 19:42:08 -0700 (PDT) From: Bart Schaefer Message-Id: <150618194204.ZM2807@torch.brasslantern.com> Date: Thu, 18 Jun 2015 19:42:04 -0700 In-Reply-To: <1434643539.21351.7.camel@posteo.net> Comments: In reply to Isgar "[BUG] 'adb sideload' completion incorrect" (Jun 18, 6:05pm) References: <1434643539.21351.7.camel@posteo.net> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Isgar , zsh-workers@zsh.org Subject: Re: [BUG] 'adb sideload' completion incorrect MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 18, 6:05pm, Isgar wrote: } } the correct syntax is } adb sideload [filename] } } Seems like a simple fix? You'd think so, but then you probably haven't looked at the _adb function.