pub fn run(args: LoopOptions) -> i32
Expand description
Runs the main loop command based on the provided options.
This function is the entry point for the loop command’s functionality. It handles initialization if requested, or executes the loop command based on the provided options.