feat(#1315): hive-forge attachment-get verb - download attachments by uuid or url

This commit is contained in:
damocles 2026-06-04 21:35:21 +02:00 committed by mara
commit 98f96e5435
6 changed files with 118 additions and 3 deletions

View file

@ -5,6 +5,7 @@
pub mod assign;
pub mod attach;
pub mod attachment_get;
pub mod branches;
pub mod close;
pub mod comment;