Skip to content

Commit f78befd

Browse files
committed
Format cleanup for maildir option in cleanup-emails command
1 parent e073bc4 commit f78befd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dmarc_msp/cli/retention.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
@app.command("cleanup-emails")
1616
def cleanup_emails(
17-
maildir: str = typer.Option("/var/mail/dmarc/Maildir", "--maildir", help="Path to Maildir"),
17+
maildir: str = typer.Option(
18+
"/var/mail/dmarc/Maildir", "--maildir", help="Path to Maildir"
19+
),
1820
config: str | None = typer.Option(None, "--config", "-c"),
1921
):
2022
"""Delete processed email files older than retention.email_days."""

0 commit comments

Comments
 (0)