Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix option parsing, add missing help #45

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Conversation

aaronhurt
Copy link
Owner

In light of the discussion in #44, option parsing needs to be more strict. We shouldn't allow an orphaned config at the end of a line that looks like an option to another argument. This commit ensures that the config is either passed FIRST, or via the -c/--config option. It also does full argument validation before calling showStatus or showHelp.

In light of the discussion in #44, option parsing needs to be more
strict. We shouldn't allow an orphaned config at the end of a line that
looks like an option to another argument. This commit ensures that the
config is either passed FIRST, or via the -c/--config option. It also
does full argument validation before calling showStatus or showHelp.
@aaronhurt aaronhurt merged commit 8a8358d into main Sep 1, 2024
6 checks passed
@aaronhurt aaronhurt deleted the ahurt/fix-options branch September 1, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant