Skip to main content

Module arg

Module arg 

Source
Expand description

CLI argument interpreter โ€” port of ojph_arg.h.

A minimal argument parser that tracks which arguments have been consumed. The full CLI crate uses clap; this module exists for library-level argument handling and C++ API compatibility.

Structsยง

CliInterpreter
A simple command-line argument interpreter.