generated from Luis/nextjs-python-web-template
backend with --emulate flag
This commit is contained in:
@@ -28,6 +28,12 @@ def register_parser(parser: argparse.ArgumentParser) -> None:
|
||||
help="Populate the database with dummy data",
|
||||
default=False,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--emulate",
|
||||
action="store_true",
|
||||
help="Emulate two entities c1 and c2 + dlg and ap",
|
||||
default=False,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--no-open", action="store_true", help="Don't open the browser", default=False
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user