feat: allow passing a comment when closing an issue
This commit is contained in:
parent
fc699e9718
commit
900bd4ea97
3 changed files with 74 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue