AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

Fix start option #58

Closed ScottBailey closed 1 year ago

ScottBailey commented 1 year ago

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.