mirror of
https://git.planet-casio.com/Lephenixnoir/GiteaPC.git
synced 2024-12-28 04:23:40 +01:00
show: also show list of configs
This commit is contained in:
parent
36bb5ba31e
commit
c3b6148d34
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue