diff --git a/main.py b/main.py index 549c4f9..44b826f 100755 --- a/main.py +++ b/main.py @@ -164,7 +164,7 @@ For detailed help on each command, use: args = parser.parse_args() # All - if args.command and args.command != "config": + if args.command and not args.command in ["config","list"]: selected = get_selected_repos(args.all,all_repos_list,args.identifiers) # Dispatch commands. if args.command == "install":