login

<     >

2023-07-24 16:10:42 (UTC-03:00)

Marcel Rodrigues <marcelgmr@gmail.com>

get args from command line

diff --git a/skopos.lua b/skopos.lua
index 0683508..0ff3579 100644
--- a/skopos.lua
+++ b/skopos.lua
@@ -142,5 +142,5 @@ local function new_app(db_path, port, title, log_level)
     return self
 end
 
-local app = new_app()
+local app = new_app(unpack(arg))
 app:run()