diff options
| author | ruki <[email protected]> | 2020-05-22 00:49:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-21 22:55:11 +0800 |
| commit | e702326e0c1a25ad6e10ab31864b8a9f991606c7 (patch) | |
| tree | f044bc9e64ffb3cc8914d171eec56bcc7359e02c /xmake/plugins/show/lists/toolchains.lua | |
| parent | 90e7778e33d39bb86d6b79084a5cea12b88238fe (diff) | |
improve to show list
Diffstat (limited to 'xmake/plugins/show/lists/toolchains.lua')
| -rw-r--r-- | xmake/plugins/show/lists/toolchains.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xmake/plugins/show/lists/toolchains.lua b/xmake/plugins/show/lists/toolchains.lua index 30897559e..1a288859f 100644 --- a/xmake/plugins/show/lists/toolchains.lua +++ b/xmake/plugins/show/lists/toolchains.lua @@ -25,10 +25,5 @@ import(".showlist") -- show all toolchains function main() - if option.get("verbose") then - -- TODO show description - showlist(platform.toolchains()) - else - showlist(platform.toolchains()) - end + showlist(platform.toolchains()) end |
