Modify CLI arguments:
-s, --start: NO longer takes a config, it becomes a separate argument.
-c, --config: argument added to allow for config.ini argument.
Add exit_with_help_message() function to args class to allow main to behave a bit more unix-y. This function is used to alert the user when a bad value is sent to --config.
Fixes #54
Modify CLI arguments:
-s, --start
: NO longer takes a config, it becomes a separate argument.-c, --config
: argument added to allow for config.ini argument.Add
exit_with_help_message()
function to args class to allow main to behave a bit more unix-y. This function is used to alert the user when a bad value is sent to--config
.