refactor sample to use new argparse library

This commit is contained in:
2023-07-21 02:12:47 +02:00
parent 48bfa02e1d
commit d8218f9713
5 changed files with 59 additions and 89 deletions

3
.gitmodules vendored
View File

@@ -4,3 +4,6 @@
[submodule "lib/catch2"]
path = lib/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "lib/argparse"]
path = lib/argparse
url = https://github.com/p-ranav/argparse