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