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

[PATCH 02/25] Remove architecture related option completion.



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