Ark
|
Classes | |
class | comm_infrastructure.registry.Registry |
Namespaces | |
namespace | comm_infrastructure |
namespace | comm_infrastructure.registry |
Functions | |
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. | |
comm_infrastructure.registry.main () | |
Entry point for the CLI. |
Variables | |
comm_infrastructure.registry.app = typer.Typer() |