pub async fn execute_remote_tui(
client: &HttpClient,
cmd: &ColumnarCommand,
batch_mode: &BatchMode,
output_format: OutputFormat,
limit: Option<usize>,
quiet: bool,
connection_label: impl Into<String>,
admin_launcher: Option<Box<dyn FnMut() -> Result<()> + '_>>,
) -> Result<()>