Added argument parsing with libparg, along with usefull running modes
This commit is contained in:
parent
a6f8d1da2a
commit
b372795ac7
8 changed files with 113 additions and 26 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "external/uthash"]
|
||||
path = external/uthash
|
||||
url = https://github.com/troydhanson/uthash
|
||||
[submodule "external/parg"]
|
||||
path = external/parg
|
||||
url = https://github.com/jibsen/parg
|
||||
|
|
Reference in a new issue