drazisil / ghi

GitHub Issues on the command line. Use your $EDITOR, not your browser.
Other
12 stars 7 forks source link

`ghi reopen <id>` doesn't work #26

Closed PhilippePerret closed 1 year ago

PhilippePerret commented 1 year ago

To reproduce the error:

ghi open -L bug -m "There's a bug with reopen"
# => ok, creates the issue #72 (for instance)
ghi close 72
# => ok, closes the issue
ghi reopen 72
# => """ Issue required.
#    """  usage: ghi open [options]
#    """  or: ghi reopen [options] <issueno>
#    """ ...
# not ok, does not reopen issue.

With:

MacOs Ventura Ruby 2.7.3 ghi 1.2.1

Thanks for attention

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.