Function wick_component_cli::init_cli
source · pub async fn init_cli(
collection: SharedComponent,
opts: Option<Options>
) -> Result<(), CliError>Expand description
Start a server with the passed SharedComponent and keep it running until the process receives a SIGINT (^C).