Expand description
CLI argument model and parsing.
This module defines deterministic, side-effect-free argument parsing for the ActionQueue CLI control-plane commands.
Structs§
- Daemon
Args - Arguments for the
daemoncommand. - Stats
Args - Arguments for the
statscommand. - Submit
Args - Arguments for the
submitcommand.
Enums§
- Command
- Root CLI command being invoked.
- Stats
Output Format - Stats output format.
Functions§
- parse_
args - Parse command-line arguments into a typed command structure.