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
|
||||
|
||||
function cli.execute_unparsed(str)
|
||||
function cli_execute_unparsed(str)
|
||||
cli_execute(loader.parse(str))
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user