lualoader: Fix name, cli.execute_unparsed -> cli_execute_unparsed
This commit is contained in:
parent
65fc5d5c2e
commit
5a97a280a3
@ -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…
x
Reference in New Issue
Block a user