update-thread

Update thread title, body, kind, or status. Omitting a field leaves it unchanged.

ghit-cli update-thread website \
  42 \
  --status closed \
  --priority later

printf '%s\n' "Revised thread body" | \
  ghit-cli update-thread website \
    42 \
    --body -

ghit-cli update-thread website \
  42 \
  --kind task