feat: update sign command to support signing multiple .zst files

This commit is contained in:
2026-02-28 15:19:17 -06:00
parent 1f22d22887
commit d954ca8660
3 changed files with 101 additions and 28 deletions
+3 -2
View File
@@ -102,8 +102,9 @@ pub enum Commands {
List,
/// Create a detached minisign signature for a .zst file
Sign {
/// Path to the .zst file to sign
file: PathBuf,
/// One or more .zst files to sign
#[arg(value_name = "FILE", required = true, num_args = 1..)]
files: Vec<PathBuf>,
},
/// Repository management
Repo {