CLI - keep old commands (add deprecation warning)

This commit is contained in:
Sam
2022-04-24 11:05:01 +02:00
parent 1f098fb2ce
commit a7cf9396d4
3 changed files with 49 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def manage_user(
reset_password: bool,
update_email: Optional[str],
) -> None:
"""Manage giver user account."""
"""Manage given user account."""
with app.app_context():
try:
user_manager_service = UserManagerService(username)