diff --git a/persoconf/main.py b/persoconf/main.py index aa0ecb4..a9e7bb4 100755 --- a/persoconf/main.py +++ b/persoconf/main.py @@ -707,7 +707,12 @@ if args.command == "package": pkgname = args.pkgname - # TODO app == None => package all apps + # If no app is given: package all apps + if args.apps == []: + log.info("Packaging all apps") + args.apps = persoconf.list_apps(logger=log) + + # Some apps were specified, so we list them with their files appmetas = [] for app in args.apps : # Load app META file