aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJulien Dessaux2019-04-01 14:19:42 +0200
committerJulien Dessaux2019-04-01 14:19:42 +0200
commitb372795ac777b979e32a71a03911c80126ae0d8a (patch)
tree01e7d38c5026daf4d9df51ece7bfd44e2f4af3ca /.gitmodules
parentFixed session recording that was broken, and install the session player from ... (diff)
downloadbastion-b372795ac777b979e32a71a03911c80126ae0d8a.tar.gz
bastion-b372795ac777b979e32a71a03911c80126ae0d8a.tar.bz2
bastion-b372795ac777b979e32a71a03911c80126ae0d8a.zip
Added argument parsing with libparg, along with usefull running modes
Diffstat (limited to '')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 21d232a..3d4e4bd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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