You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion/slightly outside of this issue: Instead of having the user specify a browser, what about executing a system command to open their default browser?
We might be able to simplify browser selection. Let me know what you think.
#1 if the user specifies --browser explicitly use that exact path/command #2 if no #1, then find the users default browser. For Macos i believe you can use "open http://myurl" and it will launch with the default browser. For windows and linux there is probably something similar
This could potentially simplify your code in the future.
Current code
The text was updated successfully, but these errors were encountered: