mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Add dep-file support for pack-v2
This commit is contained in:
@@ -651,6 +651,9 @@ pub enum Command {
|
||||
#[arg(long)]
|
||||
/// Do not create directory entries in archive. This means all files are stored in a flat structure.
|
||||
no_dir: bool,
|
||||
#[arg(long)]
|
||||
/// Output dependency file path. This file will contain a list of all files packed in the archive.
|
||||
dep_file: Option<String>,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user