Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Fix start option #58

Merged
merged 3 commits into from
Nov 15, 2022
Merged

Fix start option #58

merged 3 commits into from
Nov 15, 2022

Conversation

ScottBailey
Copy link
Contributor

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.

-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.
@ScottBailey ScottBailey self-assigned this Nov 15, 2022
@ScottBailey ScottBailey merged commit 5592909 into main Nov 15, 2022
@ScottBailey ScottBailey deleted the fix_start_option branch November 15, 2022 21:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Defects in --start
2 participants