add mail command (IMAP/SMTP client, no send, draft-only)
This commit is contained in:
+2
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
import click
|
||||
|
||||
from bin.commands import pdf, image, latex, video, bib, utils, env_cmd, ssh_cmd, git_cmd
|
||||
from bin.commands import pdf, image, latex, video, bib, utils, env_cmd, ssh_cmd, git_cmd, mail
|
||||
from bin.commands.self_mgmt import update_cmd, uninstall_cmd, self_cmd
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ cli.add_command(utils.utils)
|
||||
cli.add_command(env_cmd)
|
||||
cli.add_command(ssh_cmd)
|
||||
cli.add_command(git_cmd)
|
||||
cli.add_command(mail.mail)
|
||||
cli.add_command(update_cmd)
|
||||
cli.add_command(uninstall_cmd)
|
||||
cli.add_command(self_cmd)
|
||||
|
||||
Reference in New Issue
Block a user