Ark
|
Classes | |
class | Registry |
Functions | |
start (str registry_host=typer.Option("127.0.0.1", "--host", help="The host address for the registry server."), int registry_port=typer.Option(1234, "--port", help="The port for the registry server.")) | |
Start the Registry server with the specified host and port. | |
main () | |
Entry point for the CLI. |
Variables | |
app = typer.Typer() |
comm_infrastructure.registry.main | ( | ) |
Entry point for the CLI.
comm_infrastructure.registry.start | ( | str | registry_host = typer.Option("127.0.0.1", "--host", help="The host address for the registry server."), |
int | registry_port = typer.Option(1234, "--port", help="The port for the registry server.") ) |
Start the Registry server with the specified host and port.
registry_host | Host address for the registry server. |
registry_port | Port for the registry server. |
comm_infrastructure.registry.app = typer.Typer() |