refactor(cli): move cmd_edit family into commands/edit.rs

This commit is contained in:
adlee-was-taken
2026-05-08 21:48:35 -04:00
parent 2d5b86bf20
commit 64275bc64f
3 changed files with 176 additions and 167 deletions

View File

@@ -9,6 +9,7 @@
pub mod attach;
pub mod backup;
pub mod device;
pub mod edit;
pub mod generate;
pub mod get;
pub mod import;