Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] _jq: correct completion for files
- X-seq: zsh-workers 42967
- From: Eitan Adler <lists@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] _jq: correct completion for files
- Date: Sat, 9 Jun 2018 14:52:06 +0000
- Cc: Eitan Adler <lists@xxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=from:to:cc:subject:date:message-id; bh=nZx0y5fDTRMWXrEhv4fOx7PQBuJwr4ou3uIRVzjgoyc=; b=gFG497sKXyX+pvMQI3dK5Qc25r2x0HCFq/XwWeE8afohyepFLkbMkH5UdVkZmKXs3v PirIJk+T444Ny5eWQUtKRt2cgBLk7eXEkgBhAayInQo40YIXYh50eWqN50bzE/dp7fsQ BxEtvj9Yo2XBDB2smOFqWMcKas7g97RtdQsLw=
- 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
Signed-off-by: Eitan Adler <lists@xxxxxxxxxxxxxx>
---
Completion/Unix/Command/_jq | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_jq b/Completion/Unix/Command/_jq
index 55bb93c04..4ff05dab4 100644
--- a/Completion/Unix/Command/_jq
+++ b/Completion/Unix/Command/_jq
@@ -31,4 +31,4 @@ _arguments -S -s : \
'*--argjson[pre-set a variable to an object]: :_guard "|[A-Za-z][A-Za-z0-9]#" "variable name":value (JSON): ' \
'*--slurpfile[pre-set a variable to contents of a file]: :_guard "|[A-Za-z][A-Za-z0-9]#" "variable name":value (filename of file containing JSON):_files' \
"1: :_guard '|[^-]' filter" \
- "*:_files"
+ "*: :_files"
--
2.17.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author