add comment to parse_gui_commandline function

develop
myk002 2021-05-05 13:22:40 -07:00
parent a949065a7e
commit cc489db084
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 0 deletions

@ -107,6 +107,7 @@ local function process_args(opts, args)
})
end
-- used by the gui/blueprint script
function parse_gui_commandline(opts, args)
local positionals = process_args(opts, args)
if opts.help then return end