Function parse_args

Source
pub fn parse_args() -> LoopOptions
Expand description

Parses command-line arguments and returns a LoopOptions struct.

This function uses the clap library to define and parse command-line arguments, converting them into a LoopOptions struct for easy use in the rest of the program.