show: also show list of configs

This commit is contained in:
Lephenixnoir 2024-08-08 17:49:40 +02:00
parent 36bb5ba31e
commit c3b6148d34
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -79,6 +79,10 @@ def print_repo(r, branches=None, tags=None, has_giteapc=True):
print(" ->", os.readlink(r.folder))
else:
print("")
print(" {W}Configs:{_}".format(**colors()), end="")
for c in r.configs():
print(" " + c, end="")
print("")
branches = r.branches()
tags = r.tags()