Add dep-file support for pack-v2

This commit is contained in:
2025-11-01 10:41:13 +08:00
parent 90a9a7f9b1
commit f872302e5a
2 changed files with 20 additions and 0 deletions

View File

@@ -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>,
},
}