summaryrefslogtreecommitdiff
path: root/tests/actions/addon/custom-plugin/plugins/hello_addon/xmake.lua
blob: 7976a1d0e57fab2ed08b1de3c75cee21d08eb437 (plain)
1
2
3
4
5
task("hello_addon")
    set_category("plugin")
    set_menu {usage = "xmake hello_addon", description = "Say hello from the addon.",
              options = {{'n', "name", "kv", nil, "Set the name."}}}
    on_run("main")