shrub/mar/gh/issue.hoon
2016-12-08 13:50:32 -08:00

16 lines
229 B
Plaintext

/- gh
/+ gh-parse
=, mimes:html
|_ issue/issue:gh
++ grab
|%
++ noun issue:gh
--
++ grow
|%
++ json raw.issue
++ mime [/txt/plain (as-octs (crip <issue>))]
++ txt (print-issue:gh-parse issue)
--
--