Contains all CLI methods for running the application.
Starts the FastAPI app with the given parameters.
bind_address (str) – The bind address of the application.
str
bind_port (int) – The bind port of the application.
int
None
Contains all CLI methods.