You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getopt works but it is a pretty low level way of handling arguments. The biggest drawback I see is that --help has to be hardcoded. Also there are libraries like CLI11 that offer much more comfortable higher level handling of arguments utilizing C++'s capabilities.
I do not consider this a major issue and I'm not adding this to the r3.0 milestone.
The text was updated successfully, but these errors were encountered:
getopt
works but it is a pretty low level way of handling arguments. The biggest drawback I see is that--help
has to be hardcoded. Also there are libraries like CLI11 that offer much more comfortable higher level handling of arguments utilizing C++'s capabilities.I do not consider this a major issue and I'm not adding this to the r3.0 milestone.
The text was updated successfully, but these errors were encountered: