Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 02/25] Remove architecture related option completion.
- X-seq: zsh-workers 42830
- From: doron.behar@xxxxxxxxx
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 02/25] Remove architecture related option completion.
- Date: Sat, 26 May 2018 18:06:11 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=from:to:subject:date:message-id:in-reply-to:references;        bh=35KALt0K/td9qrE6Hg3DzE1KG0fmbF3QOpX1jsP+3VY=;        b=mOd1VlMdZ2eRGpo0rBgYMgfINnEFBXZ5enzCo2UbR2J8T2axjsN7xIsHseq+xzPXpY         7uimKKRs+JbjAaX95uXfVNUFcySe2KFnGpXs8ALimdWACARNEPco4dlqWqepgVm2+oda         3pd1LztO/dT9sQmyrEBNZiy0i2xVIHssw8Uu2ooggCQGDpwciV8ONfwzu8SFFnPP/qPJ         wo5Rssq3pJsmbEhREcYv3j13Eu7iwRZELT3Hv91Jhb1uMMRZevHY6Fagfn5O/6KstiV/         DbKwb16gINILM8MeiKR4nEh7gyizQc741pxK+uoo/KvJ0IHhdjgowQEwZYl3vk2elR8l         j07g==
- In-reply-to: <20180526150634.15683-1-doron.behar@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180526150634.15683-1-doron.behar@gmail.com>
From: Doron Behar <doron.behar@xxxxxxxxx>
---
 Completion/Unix/Command/_luarocks | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Completion/Unix/Command/_luarocks b/Completion/Unix/Command/_luarocks
index 753fdb381..6d5cb35bd 100644
--- a/Completion/Unix/Command/_luarocks
+++ b/Completion/Unix/Command/_luarocks
@@ -75,10 +75,8 @@ local download_command_options=(
 	'--all[Download all files if there are multiple matches]'
 	'--source[Download .src.rock if available]'
 	'--rockspec[Download .rockspec if available]'
-	'--arch=[Download rock for a specific architecture]:ARCH:_luarocks_architecture'
+	'--arch=[Download rock for a specific architecture]:ARCH:'
 )
-_luarocks_architecture(){
-}
 
 # `help` command receives an argument of an internal command
 
-- 
2.17.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author