From 58c8e709cc4677ec6fb5fdfcec1958fab6743709 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Tue, 30 Jun 2020 11:48:32 +0800 Subject: fix auto complete --- xmake/plugins/show/xmake.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xmake/plugins/show/xmake.lua') diff --git a/xmake/plugins/show/xmake.lua b/xmake/plugins/show/xmake.lua index 729d2eece..159eec1a6 100644 --- a/xmake/plugins/show/xmake.lua +++ b/xmake/plugins/show/xmake.lua @@ -42,7 +42,8 @@ task("show") , values = function (complete, opt) return import("list").lists() end}, - {'t', "target" , "kv" , nil , "Show the information of the given target."} + {'t', "target" , "kv" , nil , "Show the information of the given target." + , values = function (complete, opt) return import("private.utils.complete_helper.targets")(complete, opt) end } } } -- cgit v1.3.1