refactor: Move mode_delete function to src/modes/delete.rs

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 08:37:03 -03:00
parent b894eab29c
commit 93d06b4429
3 changed files with 40 additions and 24 deletions

View File

@@ -2,6 +2,7 @@
use anyhow::anyhow;
use clap::Command;
mod delete;
use crate::compression::CompressionType;
use std::str::FromStr;
use std::path::PathBuf;