wip: refactor
This commit is contained in:
9
src/cli/email.py
Normal file
9
src/cli/email.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import click
|
||||
from src.maildir_gtd.app import launch_email_viewer
|
||||
|
||||
|
||||
@click.command()
|
||||
def email():
|
||||
"""Read emails from Maildir."""
|
||||
click.echo("Opening email viewer...")
|
||||
launch_email_viewer()
|
||||
Reference in New Issue
Block a user