pub async fn handle_cli_connection(
    __arg0: (Receiver<CliRequest>, IpcSender<CliResponse>),
    app_state: Arc<AppState>,
    cx: AsyncAppContext
)