refactor(cli): move cmd_device + load_gitea_client into commands/device.rs

This commit is contained in:
adlee-was-taken
2026-05-08 19:32:39 -04:00
parent 08bdfbc7c4
commit 2d5b86bf20
3 changed files with 259 additions and 251 deletions

View File

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