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