diff options
Diffstat (limited to 'xmake/actions/clean/xmake.lua')
| -rw-r--r-- | xmake/actions/clean/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/clean/xmake.lua b/xmake/actions/clean/xmake.lua index 0d9b265c1..2c0213d37 100644 --- a/xmake/actions/clean/xmake.lua +++ b/xmake/actions/clean/xmake.lua @@ -45,7 +45,7 @@ task("clean") , {} , {nil, "target", "v", nil , "The target name. It will clean all default targets if this parameter is not specified." - , values = function () return try{ function () return table.keys(import("core.project.project").targets()) end } end } + , values = function (complete, opt) return import("private.utils.complete_helper.targets")(complete, opt) end } } } |
