about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 24632c1..8dc97fb 100644
--- a/main.lua
+++ b/main.lua
@@ -100,6 +100,10 @@ function App.initialize(arg)
     end
   end
   love.window.setTitle('Text with Lines - '..Filename)
+
+  if #arg > 1 then
+    print('ignoring commandline args after '..arg[1])
+  end
 end  -- App.initialize
 
 function initialize_window_geometry()