lualoader: Fix name, cli.execute_unparsed -> cli_execute_unparsed
This commit is contained in:
parent
697f127dd6
commit
ca3b8c9fc4
@ -94,7 +94,7 @@ function cli_execute(...)
|
|||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function cli.execute_unparsed(str)
|
function cli_execute_unparsed(str)
|
||||||
cli_execute(loader.parse(str))
|
cli_execute(loader.parse(str))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user