Ended up writing an ArgsParser class.

This commit is contained in:
2025-07-02 03:23:54 -04:00
parent b938bebafe
commit c2f95ad146
3 changed files with 222 additions and 155 deletions

View File

@@ -28,6 +28,6 @@ if (WIN32)
add_library(json STATIC ${SOURCES})
endif()
add_executable(json_demo main.cpp)
add_executable(json_cli main.cpp)
target_link_libraries(json_demo PUBLIC json)
target_link_libraries(json_cli PUBLIC json)