mirror of
https://github.com/babysor/MockingBird.git
synced 2024-03-22 13:11:31 +08:00
Avoid recursive calls of web ui for M1
This commit is contained in:
parent
8d0d22bc00
commit
f9ee4d7890
2
web.py
2
web.py
|
@ -5,7 +5,7 @@ import typer
|
|||
cli = typer.Typer()
|
||||
|
||||
@cli.command()
|
||||
def launch_ui(port: int = typer.Option(8080, "--port", "-p")) -> None:
|
||||
def launch(port: int = typer.Option(8080, "--port", "-p")) -> None:
|
||||
"""Start a graphical UI server for the opyrator.
|
||||
|
||||
The UI is auto-generated from the input- and output-schema of the given function.
|
||||
|
|
Loading…
Reference in New Issue
Block a user