-
Notifications
You must be signed in to change notification settings - Fork 694
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: add missing CLI option to argv parser #742
Conversation
help message and types for the request logging option were updated, but the argument parser option wasn't.
I was going to open the same PR right now, then I saw it was already open :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, could someone please merge it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
Can we get this merge please? |
Issue #744 is holding back our project. Would appreciate if this PR can be reviewed/approved soon. Thanks. |
@rohan-kadkol my temporary fork here: https://www.npmjs.com/package/jsbrain_serve ... not sure about your compliance though if you try to deploy to production. |
@rohan-kadkol you can probably use https://www.npmjs.com/package/patch-package and apply @casperx 's fix to get you unblocked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! I'll create a release with it asap
help message and types for the request logging option were updated, but the argument parser option wasn't. When the user specifies
-L
,--no-request-logging
as specified in the help message, argument parser throwsArgError: unknown or unexpected option
.