refactor: remove unused MetaPluginType::None and related code

This commit is contained in:
Andrew Phillips
2025-05-22 13:21:10 -03:00
committed by Andrew Phillips (aider)
parent 08001aa2d0
commit 25e41c46a9
4 changed files with 2 additions and 71 deletions

View File

@@ -126,7 +126,7 @@ struct ItemArgs {
#[arg(help("Compression algorithm to use when saving items"))]
compression: Option<String>,
#[arg(help_heading("Item Options"), short, long, env("KEEP_META_PLUGINS"))]
#[arg(help_heading("Item Options"), short('M'), long, env("KEEP_META_PLUGINS"))]
#[arg(help("Meta plugins to use when saving items"))]
meta_plugins: Vec<String>,
}