From 87c91dd0a5e41afd36d219d1bb030cde92c1474c Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 4 Apr 2023 23:54:57 +0300 Subject: v0.4. --- doc_parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_parser.lua') diff --git a/doc_parser.lua b/doc_parser.lua index 410eb05..b7e2914 100644 --- a/doc_parser.lua +++ b/doc_parser.lua @@ -3,7 +3,7 @@ -- Export each module as separate .md file. local separate = false -if arg[1] ~= nil and arg[1] == "-s" then +if arg ~= nil and arg[1] ~= nil and arg[1] == "-s" then separate = true end -- cgit v1.2.3