refactor(cli): move attach family (attach/attachments/extract/detach) into commands/

This commit is contained in:
adlee-was-taken
2026-05-06 19:40:13 -04:00
parent 615afd7483
commit 6676d2502b
3 changed files with 180 additions and 171 deletions

View File

@@ -6,6 +6,7 @@
//! this file as `pub(crate)` so siblings can pull them in via
//! `use crate::commands::*`.
pub mod attach;
pub mod backup;
pub mod generate;
pub mod get;