pub fn parse_arguments( args: impl Iterator<Item = String>, ) -> Result<Args, &'static str>
Parses raw CLI arguments to a formatted Args struct.
Args