refactor: move mode_list to src/modes/list.rs and update imports

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 12:55:30 -03:00
parent 1ce5909f7b
commit 1628e0889e
3 changed files with 221 additions and 1 deletions

View File

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