diff options
| author | ruki <[email protected]> | 2020-06-02 00:53:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-01 23:20:38 +0800 |
| commit | 1c11bcdcccf8cf183d9840b56bd003890f0df66b (patch) | |
| tree | 8f2d49a1cca3a737bf5568afd94537d1c1b35552 /xmake/plugins/show/xmake.lua | |
| parent | c9c6aec399bbf0e069f2e5ca2c6596bfb0b80e83 (diff) | |
show target
Diffstat (limited to 'xmake/plugins/show/xmake.lua')
| -rw-r--r-- | xmake/plugins/show/xmake.lua | 3 |
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."} } } |
