1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 09:59:29 +00:00

Add static import

This commit is contained in:
Étienne Fildadut 2021-06-18 14:01:27 +02:00
parent 01e808e2e6
commit 008e7732bc
4 changed files with 334 additions and 313 deletions

View file

@ -3,6 +3,7 @@
local candran = require("candran").setup()
local util = require("candran.util")
local argparse = require("argparse")
local unpack = unpack or table.unpack
-- Parse args --