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

Use argparse to parse CLI args, separate preprocessor constants from options

This commit is contained in:
Étienne Fildadut 2021-06-17 19:45:53 +02:00
parent dd22f2de3d
commit e9ae8e21a3
8 changed files with 253 additions and 346 deletions

View file

@ -18,14 +18,16 @@ description = {
}
source = {
url = "git://github.com/Reuh/candran"
url = "git://github.com/Reuh/candran",
branch = "argparse"
}
dependencies = {
"lua >= 5.1",
"lpeglabel >= 1.5.0",
"linenoise >= 0.9",
"luacheck >= 0.23.0"
"luacheck >= 0.23.0",
"argparse >= 0.7.0"
}
build = {