test list/remove secret

This commit is contained in:
Jörg Thalheim
2023-08-02 11:36:49 +02:00
committed by Mic92
parent 8ee073668f
commit dab483339a
5 changed files with 63 additions and 48 deletions

View File

@@ -39,7 +39,7 @@ def get_user_name(user: str) -> str:
"""Ask the user for their name until a unique one is provided."""
while True:
name = input(
f"Enter your user name for which the key will be stored as [{user}]: "
f"Enter your user name for which your sops key will be stored in the repository [default: {user}]: "
)
if name:
user = name