Skip to main content

Module args

Module args 

Source
Expand description

Command-line argument parsing

Parses CLI arguments using the clap library and provides structured access to user-provided options.

Structs§

MainArgs
Parsed command-line arguments

Functions§

main_args
Parses command-line arguments using clap.