feat: allow passing a comment when closing an issue

This commit is contained in:
Romain Bertrand 2026-01-16 10:03:49 +01:00
parent fc699e9718
commit 900bd4ea97
3 changed files with 74 additions and 0 deletions

View file

@ -136,6 +136,9 @@ fgj issue comment 456 -b "My comment"
# Close an issue
fgj issue close 456
# Close an issue with a comment
fgj issue close 456 -c "Fixed in v2.0"
```
### Repositories