Function dmntk_server::start_server

source ·
pub async fn start_server(
    opt_host: Option<String>,
    opt_port: Option<String>,
    opt_dir: Option<String>,
    colors: ColorPalette,
    verbose: bool
) -> Result<()>
Expand description

Starts the server.