The prompt is unnecessary, we should just try opening a browser automatically.
Currently the URL tells me to check the code in CLI, which is not shown to me if webbrowser.get() was able to find a browser. Also then open_new_tab is not really guaranteed to work, so we are better off just always showing the URL as well.
Also it is obvious that the url is a bit too long to comfortably transfer to another device by hand, but I do understand that it is a temporary technical limitation. Just trying to make things clearer from cli side as much as possible.
The prompt is unnecessary, we should just try opening a browser automatically.
Currently the URL tells me to check the code in CLI, which is not shown to me if
webbrowser.get()
was able to find a browser. Also thenopen_new_tab
is not really guaranteed to work, so we are better off just always showing the URL as well.Also it is obvious that the url is a bit too long to comfortably transfer to another device by hand, but I do understand that it is a temporary technical limitation. Just trying to make things clearer from cli side as much as possible.