hive-forge: add comments <number> [--json] [--limit] verb (closes #418)

This commit is contained in:
damocles 2026-05-25 21:09:35 +02:00
commit 9ab241dc24
3 changed files with 66 additions and 0 deletions

View file

@ -10,6 +10,7 @@ pub mod close;
pub mod comment;
pub mod comment_edit;
pub mod comment_show;
pub mod comments;
pub mod diff;
pub mod issue;
pub mod issue_create;