refactor: Move mode_info to src/modes/info.rs

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 12:19:00 -03:00
parent 86a3a7da61
commit 1818024bc9
2 changed files with 144 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
pub mod common;
pub mod delete;
pub mod get;
pub mod info;
pub mod save;
pub mod status;
pub mod update;