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.
pub async fn run_with_service(
service: &RelayKnowledgeService,
command: CliCommand,
context: RequestContext,
) -> Result<String, CliError>Runs a parsed CLI command with an already composed service.