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
- Require both stdin and stdout TTY for auto-open. Piped invocations
like `echo | jspod` are now correctly treated as non-interactive
and skip the browser open.
- Extract formatUrl(host, port) helper that:
- Normalizes wildcard addresses (0.0.0.0, ::, *) to localhost
- Brackets IPv6 literals so `--host ::1` produces
http://[::1]:5444 (was http://::1:5444, unparseable)
- Use the helper in both the startup banner and the auto-open URL,
so a single fix covers both surfaces.
Refs #1
0 commit comments