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

Add the u option to the getopt arg to parse #538

Merged
merged 1 commit into from
Nov 3, 2024
Merged

Conversation

nak3
Copy link
Contributor

@nak3 nak3 commented Aug 10, 2024

As reported by #521, the args of getopt() misses u
and so it does not parse the -u option even though it is implemented.

This patch parses the -u option via getopt.

Fix #521

@kazuho
Copy link
Member

kazuho commented Nov 3, 2024

Thank you for the fix!

@kazuho kazuho merged commit 1a9c1b2 into h2o:master Nov 3, 2024
10 checks passed
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.

cli can not parse argument '-u'
2 participants