Install args.hxx to handle command line arguments.
This commit is contained in:
parent
f8dc0a0283
commit
b9ee2180c9
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cc2368ca0d8a962862c96c00fe919e1480050f51
|
Loading…
Reference in New Issue