initial implementation of the local git clones (#48)

This commit is contained in:
2021-12-22 15:56:24 +03:00
committed by GitHub
parent a9e20f0958
commit 32aaa4a1f8
10 changed files with 142 additions and 19 deletions

View File

@ -16,6 +16,7 @@ def _default_args(args: argparse.Namespace) -> argparse.Namespace:
args.package = []
args.dry_run = False
args.no_aur = False
args.no_local = False
args.no_manual = False
args.no_vcs = False
return args