From 9b07405cd5513f75b2f1a2ae1d402cde40742a17 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 22 Mar 2020 19:23:40 -0400 Subject: More code cleanup, reformatting, refactoring, and bug fixing. --- core/args.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/args.lua b/core/args.lua index 6bf2b9e4..18ef743b 100644 --- a/core/args.lua +++ b/core/args.lua @@ -64,7 +64,7 @@ local function process(arg, no_emit_arg_none) end events.connect(events.INITIALIZED, function() if arg then process(arg) end end) -- Undocumented, single-instance event handler for forwarding arguments. -events.connect('cmd_line', function(arg) process(arg, true) end) +events.connect('command_line', function(arg) process(arg, true) end) if not CURSES then -- Shows all registered command line switches on the command line. -- cgit v1.2.3