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
Parsing of config file should be separated from parsing of options (now parser converts contents of config file to command line options).
Parsing of command line options should be done by getopt() instead of self-written parser.
The text was updated successfully, but these errors were encountered:
Parsing of config file should be separated from parsing of options (now parser converts contents of config file to command line options).
Parsing of command line options should be done by getopt() instead of self-written parser.
The text was updated successfully, but these errors were encountered: