Decrease the amount of color

pull/356/head^2
Ivan Habunek 2023-06-22 11:33:07 +02:00
rodzic 01afbe1f2f
commit 7b08e39f00
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -336,9 +336,8 @@ def logout(app, user, args):
def activate(app, user, args):
if not args.account:
print_out("<green>Specify one of the following user accounts to activate:</green>\n")
print_out("Specify one of the following user accounts to activate:\n")
print_user_list(config.get_user_list())
print_out("\n")
return
user = config.load_user(args.account, throw=True)

Wyświetl plik

@ -205,7 +205,7 @@ def print_acct_list(accounts):
def print_user_list(users):
for user in users:
print_out(f"<green>{user}</green>")
print_out(f"* {user}")
def print_tag_list(tags):