Block or Report
Block or report BMBurstein
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
Catch Public
Forked from catchorg/Catch2
A modern, C++-native, header-only, framework for unit-tests, TDD and BDD
C++
-
-
39 contributions in the last year
Contribution activity
June 2022
Created an issue in CLIUtils/CLI11 that received 4 comments
Cannot choose group based on flag
#include <CLI/CLI.hpp>
int main(int argc, char **argv) { CLI::App app{"App"}; int a, b; bool other; auto ogroup_a = app.add_option_group("a_group",…
4
comments