add methods like `add(...., bool mandatory);` Then, in case the argument is not supplied, the `clargs` parser will throw `std::invalid_argument`.
add methods like
add(...., bool mandatory);Then, in case the argument is not supplied, the
clargsparser will throwstd::invalid_argument.