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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user