pack allow empty output

This commit is contained in:
2025-06-04 23:35:45 +08:00
parent 30f9b0f868
commit d28a604e34
3 changed files with 20 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ pub enum Command {
/// Input directory
input: String,
/// Output archive file
output: String,
output: Option<String>,
},
}