dispatch_command_with_ref

Function dispatch_command_with_ref 

Source
pub async fn dispatch_command_with_ref(
    command: Commands,
    config_service: &dyn ConfigService,
) -> Result<()>
Expand description

Dispatch command with borrowed config service reference.

This version is used by the CLI interface where we have a borrowed reference to the configuration service rather than an owned Arc.