mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 17:59:30 +00:00
Add static import
This commit is contained in:
parent
01e808e2e6
commit
008e7732bc
4 changed files with 334 additions and 313 deletions
1
bin/can
1
bin/can
|
|
@ -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 --
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue