global plugin_template._commands.arbitrary_thing.runner
methods
M.run
function M.run(names: string[]?) -> nil
@param names
- Some text to print out. e.g. {"a", "b", "c"}
.
Print the names
.
function M.run(names: string[]?) -> nil
@param names
- Some text to print out. e.g. {"a", "b", "c"}
.
Print the names
.