refactor: move mode_update to src/modes/update.rs

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 08:44:49 -03:00
parent 1207dfc2c0
commit dd79ebe96c
3 changed files with 69 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
pub mod common;
pub mod get;
pub mod delete;
pub mod update;