use std::{ collections::{HashMap, HashSet}, fmt::{self, Display}, }; use console::Style; use lychee_lib::{Input, Response, ResponseBody, Status}; use once_cell::sync::Lazy; use pad::{Alignment, PadStr}; use serde::Serialize; static GREEN: Lazy