Skip to content

Comments

Add getopt normalization for shell options#1

Open
bcsmith2846 wants to merge 1 commit intoironpillow:masterfrom
bcsmith2846:feature-add-getopt-normalization
Open

Add getopt normalization for shell options#1
bcsmith2846 wants to merge 1 commit intoironpillow:masterfrom
bcsmith2846:feature-add-getopt-normalization

Conversation

@bcsmith2846
Copy link

Prior to this change, the script did not account for options in the form of "-n1" or "-Hserver.com". Normalizing the options with getopt allows for the standard POSIX option format to be honored.

Prior to this change, the script did not account for options in the
form of "-n1" or "-Hserver.com". Normalizing the options with
`getopt` allows for the standard POSIX option format to be honored.
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