mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-03-28 12:13:38 +00:00
initial implementation of the local git clones (#48)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user