mirror of https://github.com/jackwener/wx-cli.git
824 B
824 B
S01: Transport traits + TCP + Unix + Windows named pipe + daemon start subcommand — UAT
Milestone: M001 Written: 2026-05-13T05:59:31.990Z
UAT Steps for S01
- Compilation:
cargo checkpasses (exit 0),cargo check --target x86_64-pc-windows-msvcpasses (exit 0) - Clippy:
cargo clippypasses with 18 pre-existing warnings (non-blocking) - Daemon start with TCP: Run
wx daemon start --tcp 127.0.0.1:9876, check log file for[server] 监听 TCP 127.0.0.1:9876and[server] 监听 {sock_path} - Daemon status: Run
wx daemon status, should show "wx-daemon 运行中 (PID XXX)" - Daemon logs: Run
wx daemon logs -n 20, should show startup messages including which transports are active - Daemon stop: Run
wx daemon stop, should show "已停止 wx-daemon (PID XXX)"