consistent command line processing-usage
This commit is contained in:
@@ -542,7 +542,7 @@ function Browser.associations:eventHandler(event)
|
||||
end
|
||||
|
||||
--[[-- Startup logic --]]--
|
||||
local args = { ... }
|
||||
local args = Util.parse(...)
|
||||
|
||||
Browser:setDir(args[1] or shell.dir())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user