fix: add missing diff module and mode_diff implementation

This commit is contained in:
Andrew Phillips (aider)
2025-05-12 10:20:24 -03:00
parent 48311b0f5f
commit 8594a292f9
2 changed files with 308 additions and 0 deletions

View File

@@ -1,8 +1,10 @@
pub mod common;
pub mod delete;
pub mod diff;
pub mod get;
pub mod info;
pub mod list;
pub mod save;
pub mod status;
pub mod update;
use crate::modes::diff::mode_diff;