79148395

Date: 2024-11-01 14:44:48
Score: 0.5
Natty:
Report link

This behavior is described in cxxopts docs. Proper way is

./test -m=false

Boolean option argument cannot be separated by a space, because the option needs to be used without an argument to specify true value for a flag, making its argument indistinguishable from positional argument.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vagran