cmd/ski: update display mode

This commit is contained in:
2025-11-18 11:46:58 -08:00
parent 4560868688
commit aad7d68599
6 changed files with 20 additions and 18 deletions

View File

@@ -33,7 +33,6 @@ func parseURL(host string) (string, int, error) {
// OK
default:
return "", 0, errors.New("certlib/hosts: only https scheme supported")
}
if url.Port() == "" {