feat: add multiple, remote recipients support

This commit is contained in:
cătălin 2023-05-09 09:11:36 +02:00
commit c6ac0d6043
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
10 changed files with 220 additions and 90 deletions

View file

@ -24,7 +24,7 @@ def capture(fn: Callable):
print(f"[red]{exc}")
sys.exit(1)
except Exception as exc: # noqa: BLE001
print(f"[bold red] Unexpected error: {exc}")
print(f"[beld red] Unexpected error: {exc}")
sys.exit(2)
return wrapper