From e47d43e029518f7c9837743c091cb019f8cebd9d Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 2 Sep 2024 23:18:18 -0400 Subject: [PATCH] oops, add args to nex --- nex.nelua | 1 + 1 file changed, 1 insertion(+) diff --git a/nex.nelua b/nex.nelua index 397d02c..0f01dc1 100644 --- a/nex.nelua +++ b/nex.nelua @@ -1,4 +1,5 @@ local socket = require 'socket' +require 'arg' if #arg ~= 1 then print("Usage: nex.nelua
") -- 2.43.4