From b8b5f18f3fcfe64e4b7596018d31410042f379f1 Mon Sep 17 00:00:00 2001 From: Christoffer Aasted Date: Sat, 7 Jan 2017 22:32:53 +0100 Subject: unposted (via github): complete -Dproperty=/path_complete for ant --- Completion/Unix/Command/_ant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_ant b/Completion/Unix/Command/_ant index 19c252a4e..080ce6857 100644 --- a/Completion/Unix/Command/_ant +++ b/Completion/Unix/Command/_ant @@ -51,7 +51,7 @@ _arguments -C \ '*-listener[add an instance of specified class as a project listener]:class:->class' \ '-noinput[do not allow interactive input]' \ '(-f -file -buildfile -s -find)'{-f,-file,-buildfile}'[use specified build file]:build file:_files -g "*.xml(-.)"' \ - '*-D[specify property with value to use]:property:->property' \ + '*-D+[specify property with value to use]:property:->property' \ '(-k -keep-going)'{-keep-going,-k}'[execute all targets that do not depend on failed target(s)]' \ '-propertyfile[load all properties from specified file with -D properties taking precedence]:property file:_files -g "*.properties(-.)"' \ '-inputhandler[specify class which will handle input requests]:class:->class' \ -- cgit 1.4.1