fix: add delete module to modes and remove nested declaration
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
use anyhow::anyhow;
|
use anyhow::anyhow;
|
||||||
|
|
||||||
use clap::Command;
|
use clap::Command;
|
||||||
mod delete;
|
|
||||||
use crate::compression::CompressionType;
|
use crate::compression::CompressionType;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
pub mod common;
|
pub mod common;
|
||||||
pub mod get;
|
pub mod get;
|
||||||
|
pub mod delete;
|
||||||
|
|||||||
Reference in New Issue
Block a user