refactor: remove unused MetaPluginType::None and related code
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
08001aa2d0
commit
25e41c46a9
@@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user