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
Short: "Send and read end-to-end encrypted XChat messages (unavailable in this build)",
Run: func(cmd*cobra.Command, args []string) {
fmt.Fprintln(os.Stderr, "xurl chat is not available in this build: the XChat crypto library supports macOS (amd64/arm64) and Linux (amd64) only.")
fmt.Fprintln(os.Stderr, "Release binaries for those platforms include chat; on them a source build also needs cgo: CGO_ENABLED=1 go install github.com/xdevplatform/xurl@latest")
os.Exit(1)
},
}
// Swallow any subcommand/flags so `xurl chat send ...` also reaches the stub.