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(bash install): fix issue with positional param usage #361

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

carlosmmatos
Copy link
Contributor

Fixes #357

This PR introduces the -h|--help flag as the only positional parameter to be accepted, without erroring out in case other positional parameters happen to be passed. This also has the added benefit of quickly printing out the usage menu without having to process anything else.

Fixes CrowdStrike#357

This PR introduces the -h|--help flag as the only positional parameter
to be accepted, without erroring out in case other positional parameters
happen to be passed. This also has the added benefit of quickly printing
out the usage menu without having to process anything else.
@carlosmmatos carlosmmatos added bash linux next release Issues targeted for next release bugfix labels Aug 20, 2024
@carlosmmatos carlosmmatos added this to the 1.6.0 milestone Aug 20, 2024
@carlosmmatos carlosmmatos self-assigned this Aug 20, 2024
@carlosmmatos carlosmmatos merged commit dd0b318 into CrowdStrike:main Aug 20, 2024
20 checks passed
@carlosmmatos carlosmmatos deleted the add-help-flag-bash branch August 20, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash bugfix linux next release Issues targeted for next release
Projects
None yet
2 participants