consistent command line processing-usage

This commit is contained in:
kepler155c@gmail.com
2019-07-23 13:30:13 -06:00
parent 3665bfb26a
commit 10df63ae9e
5 changed files with 31 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ local colors = _G.colors
local fs = _G.fs
UI:configure('Shoplogs', ...)
local args = Util.parse( ... )
local logFile = args[1] or '/usr/swshop.log'