add patches to clean command

This commit is contained in:
2021-10-20 03:22:16 +03:00
parent 47c54f0b40
commit 0b9ab09879
7 changed files with 40 additions and 8 deletions

View File

@ -17,6 +17,7 @@ def _default_args(args: argparse.Namespace) -> argparse.Namespace:
args.no_chroot = False
args.no_manual = False
args.no_packages = False
args.no_patches = False
return args