f3d
f3d copied to clipboard
Implicit values are causing issues in options
Describe the bug
F3D has a few options with implicit values:
comp, scalars, verbose
however implicit value can behave in strange ways: https://github.com/jarro2783/cxxopts/issues/211
Lets remove any implicit values and do not add any again.