Install args.hxx to handle command line arguments.

This commit is contained in:
Matt McWilliams 2024-08-30 19:18:52 -04:00
parent f8dc0a0283
commit b9ee2180c9
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "src/json"]
path = include/json
url = https://github.com/nlohmann/json.git
[submodule "include/args"]
path = include/args
url = https://github.com/Taywee/args.git

1
include/args Submodule

@ -0,0 +1 @@
Subproject commit cc2368ca0d8a962862c96c00fe919e1480050f51