mirror of https://github.com/jarro2783/cxxopts.git
fix: indentation fixes
This commit is contained in:
parent
c86baaca82
commit
c118bc0ff4
|
|
@ -645,7 +645,7 @@ TEST_CASE("Implicit value with disabled_args", "[no_value]")
|
|||
options.add_options()
|
||||
("b,bool", "bool with disabled_args", cxxopts::value<bool>()->implicit_value("true", true))
|
||||
("s,string", "string with disabled_args", cxxopts::value<std::string>()->implicit_value("value", true))
|
||||
("x,string2", "string with first disabled and then enabled args",
|
||||
("x,string2", "string with first disabled and then enabled args",
|
||||
cxxopts::value<std::string>()->implicit_value("value", true)->no_implicit_value());
|
||||
struct testcase{
|
||||
std::string name;
|
||||
|
|
|
|||
Loading…
Reference in New Issue