Merge "aconfig: update cache arg to support multiple cache files" into main

This commit is contained in:
Treehugger Robot
2024-01-12 14:28:19 +00:00
committed by Gerrit Code Review

View File

@@ -135,7 +135,7 @@ fn cli() -> Command {
.required(true)
.help("The target container for the generated storage file."),
)
.arg(Arg::new("cache").long("cache").required(true))
.arg(Arg::new("cache").long("cache").action(ArgAction::Append).required(true))
.arg(Arg::new("out").long("out").required(true)),
)
}