Skip to content

Fix help text. #24

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix help text. #24

wants to merge 1 commit into from

Conversation

mtalexan
Copy link

@mtalexan mtalexan commented Apr 2, 2025

Add the -h|--help option.
Fix a mistake with setting up the HEREDOC.
Add an error message on stderr when the wrong number of arguments are detected, rather than just printing the help text. Print the help text when the wrong number of arguments are detected, rather than calling a non-existent function. Fix the help text to properly note grouped required options vs optional, and when optional arguments require prior optional arguments.

/closes #21 #22 #23

Add the -h|--help option.
Fix a mistake with setting up the HEREDOC.
Add an error message on stderr when the wrong number of arguments are detected, rather than just printing the help text.
Print the help text when the wrong number of arguments are detected, rather than calling a non-existent function.
Fix the help text to properly note grouped required options vs optional,
and when optional arguments require prior optional arguments.
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.

Help text can never be printed
1 participant