#!/usr/bin/env bash
set -euo pipefail
gh api "repos/gbharg/exult-agent/pulls/comments/3431586937" --jq '.path + ":" + (.line|tostring) + " | " + .user.login + "\n" + .body'
