fixed cmd line to function mapping issue

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-04-18 13:32:25 +02:00
parent 4feeed5862
commit a6f19eebe2
No known key found for this signature in database

View File

@ -369,7 +369,7 @@ def create_parser():
subparsers.add_parser("drop", help="Drop the database")
subparsers.add_parser("migrate_up", help="Migrate up")
subparsers.add_parser("migrate", help="Migrate up")
# parser for starting Planetmint
start_parser = subparsers.add_parser("start", help="Start Planetmint")