mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 13:28:47 +08:00
pack allow empty output
This commit is contained in:
@@ -23,4 +23,6 @@ lazy_static::lazy_static! {
|
||||
];
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
BUILDER.iter().flat_map(|b| b.extensions()).map(|s| s.to_string()).collect();
|
||||
pub static ref ARCHIVE_EXTS: Vec<String> =
|
||||
BUILDER.iter().filter(|b| b.is_archive()).flat_map(|b| b.extensions()).map(|s| s.to_string()).collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user