Fix flags usage and make Commander Flags capable.

- Programs should exit on Flags parse error.
- Commander now accepts a string vector for interop with Flags.
This commit is contained in:
2023-10-21 19:45:07 -07:00
parent 1420ff343d
commit 8b63985ac9
17 changed files with 127 additions and 99 deletions

View File

@@ -9,7 +9,10 @@ jobs:
- run:
name: Setup cmake build
command: cmake-build-and-test.sh
static_analysis:
- run:
name: Valgrind checks.
command: cmake-run-valgrind.sh
NOT_REQUIRED_static_analysis:
docker:
- image: git.wntrmute.dev/sc/dev:main
steps:
@@ -24,4 +27,4 @@ workflows:
- ctest
static_analysis:
jobs:
- static_analysis
- NOT_REQUIRED_static_analysis