Skip to main content

run_with_service

Function run_with_service 

Source
pub async fn run_with_service(
    service: &RelayKnowledgeService,
    command: CliCommand,
    context: RequestContext,
) -> Result<String, CliError>
Expand description

Runs a parsed CLI command with an already composed service.