Module args

Source
Expand description

Command line argument parsing and validation

This module defines the Args struct for parsing CLI arguments using clap, and provides validation logic for user input.

Structsยง

Args