- Add new commands: annotate, narrative, requeue - Refactor WebSocket client into modular components (net/ws/) - Add rsync embedded binary support - Improve error handling and response packet processing - Update build.zig and completions
2 lines
122 B
Zig
2 lines
122 B
Zig
pub const Opcode = @import("opcode.zig").Opcode;
|
|
pub const ValidateTargetType = @import("opcode.zig").ValidateTargetType;
|