mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
Apply suggestions from code review
some fixes thanks to @adbenitez Co-Authored-By: Asiel Díaz Benítez <asieldbenitez@gmail.com>
This commit is contained in:
@@ -103,7 +103,7 @@ def run_cmdline(argv=None, account_plugins=None):
|
||||
if argv is None:
|
||||
argv = sys.argv
|
||||
|
||||
parser = argparse.ArgumentParser(prog="simple-echo")
|
||||
parser = argparse.ArgumentParser(prog=argv[0] if argv else None)
|
||||
parser.add_argument("--show-ffi", action="store_true", help="show low level ffi events")
|
||||
parser.add_argument("--db", action="store", help="database file")
|
||||
parser.add_argument("--email", action="store", help="email address")
|
||||
|
||||
Reference in New Issue
Block a user