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.