diff options
author | Goran Mekić <meka@tilda.center> | 2017-05-12 11:47:07 +0200 |
---|---|---|
committer | Goran Mekić <meka@tilda.center> | 2017-05-14 21:43:18 +0200 |
commit | ba308173e6cbce1f54cfbe80c059641052681b72 (patch) | |
tree | d7dca8fd76503f8ab97b26d22eb5545a4458d114 /.gitmodules | |
parent | b50c35be377c659cd4eeccd2148dfe1a27e4adbc (diff) |
Use getoptpp for CLI argument parsing
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 718eb14..90bfcd8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ path = plugingui/lodepng url = https://github.com/lvandeve/lodepng branch = a71964ed5fe4f82a32ac7f8201338900f66e855d +[submodule "getoptpp"] + path = getoptpp + url = https://github.com/cgloeckner/getoptpp |