run

Function run 

Source
pub async fn run(addr: &str, ack_port: Option<u16>) -> Result<()>
Expand description

Run the REPL server mode

Starts a REPL server listening on the specified address. Optionally sends an ACK to another port for tooling integration.