diff options
author | Julien Dessaux | 2019-04-01 14:19:42 +0200 |
---|---|---|
committer | Julien Dessaux | 2019-04-01 14:19:42 +0200 |
commit | b372795ac777b979e32a71a03911c80126ae0d8a (patch) | |
tree | 01e7d38c5026daf4d9df51ece7bfd44e2f4af3ca /.gitmodules | |
parent | Fixed session recording that was broken, and install the session player from ... (diff) | |
download | bastion-b372795ac777b979e32a71a03911c80126ae0d8a.tar.gz bastion-b372795ac777b979e32a71a03911c80126ae0d8a.tar.bz2 bastion-b372795ac777b979e32a71a03911c80126ae0d8a.zip |
Added argument parsing with libparg, along with usefull running modes
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
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 |