Files
app/src
retoor 6d9118346a feat: add argument parser with support for flags and positional args
Introduces a new argument parser module that handles command-line flags (e.g., --verbose, --output) and positional arguments. The parser supports short and long flag variants, required vs optional arguments, and automatic help generation. Includes validation for unknown flags and missing required arguments.
2024-12-14 17:27:52 +00:00
..