pub fn parse_worktrees_changed(line: &str) -> Result<Vec<JsonWorktree>>Expand description
Parse a worktrees.changed notification line into its worktree vec
(the params.worktrees array). The client counterpart to
worktrees_changed_notification; consumed by a subscribe stream.