Function start

Source
pub async fn start(args: &ArgMatches) -> Result<(), Box<dyn Error>>
Expand description

Start the orchestrator.

Starts the orchestrator on the specified port.

§Arguments

  • ‘args’ - the parsed command-line arguments