refactor(cli): move trash family (rm/restore/purge/trash) into commands/

This commit is contained in:
adlee-was-taken
2026-05-06 18:48:00 -04:00
parent da7d7d162c
commit 530c479f19
3 changed files with 144 additions and 136 deletions

View File

@@ -13,6 +13,7 @@ pub mod list;
pub mod rate;
pub mod status;
pub mod sync;
pub mod trash;
use anyhow::Result;