mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'clean-category' into 'master'
Fix clean by category See merge request redox-os/cookbook!697
This commit is contained in:
commit
8cdc80dbe7
@ -435,7 +435,7 @@ fn parse_args(args: Vec<String>) -> anyhow::Result<(CliConfig, CliCommand, Vec<C
|
||||
.collect(),
|
||||
}
|
||||
.iter()
|
||||
.map(|f| CookRecipe::from_path(f, !config.all))
|
||||
.map(|f| CookRecipe::from_path(f, !command.is_cleaning()))
|
||||
.collect::<Result<Vec<CookRecipe>, PackageError>>()?
|
||||
} else {
|
||||
if recipe_names.is_empty() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user