refactor(cli): move cmd_recovery_qr family into commands/recovery_qr.rs

This commit is contained in:
adlee-was-taken
2026-05-06 19:41:04 -04:00
parent 6676d2502b
commit 3811b07014
3 changed files with 71 additions and 64 deletions

View File

@@ -14,6 +14,7 @@ pub mod import;
pub mod init;
pub mod list;
pub mod rate;
pub mod recovery_qr;
pub mod status;
pub mod sync;
pub mod trash;