pub fn parse(
    args: impl Iterator<Item = String>
) -> (impl Iterator<Item = String>, Opts)