commit b9f421b572888f0b7d217369accfa0036c849ddb parent 0761cc332ebc708482c7f524b025959d4bc7cbb6 Author: William Casarin <jb55@jb55.com> Date: Wed, 15 Dec 2021 17:01:43 -0800 gh-pr-list updates Diffstat:
M | bin/fuzz-gh-pr-list | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bin/fuzz-gh-pr-list b/bin/fuzz-gh-pr-list @@ -9,5 +9,7 @@ else fi } -id=$(prs "$@" | fuzzer | cutt -f1) -echo gh pr view --comments "$id" +res=$(prs "$@" | fuzzer) +id=$(<<<"$res" cutt -f1) +desc=$(<<<"$res" cutt -f2) +echo gh pr view --comments "$id" \# $desc