pub fn parse_duration(input: &str) -> IResult<&str, Duration>
Parse duration: “5 min”, “10 seconds”, “1 hour”, etc.