-
Notifications
You must be signed in to change notification settings - Fork 22
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 --no-browser flag #110
Conversation
Anything I can do to help move this forward? |
My understanding is that this PR does not change the default behavior, which is to open a browser, but provides an option to disable it. Maybe the option should be more explicit, like |
Sure, I can make that change! I was thinking about making it |
@lefessan Just made those changes. Is this what you were looking for? |
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.
Slight style-nit and harden the code not to leave a dangling block at the end of an if
Sorry for the delay here (I've been in interviews all week). I've updated the PR as per the review. Thanks! |
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.
LGTM - @rjbou?
Good for me too! Thanks |
Ref #109
This adds an option called
--open-browser
that a user can set to false to disable the open browser logic in a headless environment.