summaryrefslogtreecommitdiff
path: root/tests/actions/addon/custom-override/plugins/format/xmake.lua
blob: 446e24db1c3f3a583a4b51db2a0b5be6a98dc38b (plain)
1
2
3
4
5
6
-- @note `format` is a builtin plugin of xmake, we use it to test that an addon
-- is able to take over a builtin plugin
task("format")
    set_category("plugin")
    set_menu {usage = "xmake format", description = "Say hello instead of formatting.", options = {}}
    on_run("main")