pub fn parse_server(input: &str) -> Result<Url, String>Expand description
Parse a user-supplied server URL, falling back to DEFAULT_SERVER on
empty input.
Returns Err(String) with a human-readable message on parse failure —
cli.rs converts that into a clap-style error and exit code 2.