wx-cli/src
jackwener 6a2b23486a fix: client connects via interprocess on Windows, not OpenOptions
Server uses interprocess::local_socket, but client was using
std::fs::OpenOptions("\\.\pipe\wx-cli-daemon") which fails to
connect to pipes created by interprocess's tokio listener.

Use the same interprocess client API on both sides for consistency.

Verified with: cargo check --target x86_64-pc-windows-gnu (mingw-w64).
2026-04-17 16:41:32 +08:00
..
cli fix: client connects via interprocess on Windows, not OpenOptions 2026-04-17 16:41:32 +08:00
crypto chore: Apache-2.0 license, Windows support, install.ps1 2026-04-16 22:30:45 +08:00
daemon fix: Windows init and daemon startup (issue #5) 2026-04-17 14:01:04 +08:00
scanner fix: improve task_for_pid error message and document codesign steps 2026-04-17 10:46:55 +08:00
config.rs fix: 深度 review 修复 10 个 bug/问题 2026-04-16 17:07:15 +08:00
ipc.rs chore: Apache-2.0 license, Windows support, install.ps1 2026-04-16 22:30:45 +08:00
main.rs feat: Rust 完整重写 wx-cli(单一二进制,支持 macOS/Linux/Windows) 2026-04-16 14:37:10 +08:00