summaryrefslogtreecommitdiff
path: root/xmake/plugins/show/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-06-02 00:53:26 +0800
committerruki <[email protected]>2020-06-01 23:20:38 +0800
commit1c11bcdcccf8cf183d9840b56bd003890f0df66b (patch)
tree8f2d49a1cca3a737bf5568afd94537d1c1b35552 /xmake/plugins/show/xmake.lua
parentc9c6aec399bbf0e069f2e5ca2c6596bfb0b80e83 (diff)
show target
Diffstat (limited to 'xmake/plugins/show/xmake.lua')
-rw-r--r--xmake/plugins/show/xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/plugins/show/xmake.lua b/xmake/plugins/show/xmake.lua
index 180b2140d..729d2eece 100644
--- a/xmake/plugins/show/xmake.lua
+++ b/xmake/plugins/show/xmake.lua
@@ -41,7 +41,8 @@ task("show")
{'l', "list" , "kv" , nil , "Show the values list of the given name."
, values = function (complete, opt)
return import("list").lists()
- end}
+ end},
+ {'t', "target" , "kv" , nil , "Show the information of the given target."}
}
}