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
Replaces the getopt based command line parser code with auto generated
code from GNU gengetopt.
The getopt based command line parser was limited to single character
options and would have required to switch to getopt_long in the future.
Also the usage message was not up to date with the parser code.
0 commit comments