Skip to main content

Module args

Module args 

Source
Expand description

CLI argument model and parsing.

This module defines deterministic, side-effect-free argument parsing for the ActionQueue CLI control-plane commands.

Structs§

DaemonArgs
Arguments for the daemon command.
StatsArgs
Arguments for the stats command.
SubmitArgs
Arguments for the submit command.

Enums§

Command
Root CLI command being invoked.
StatsOutputFormat
Stats output format.

Functions§

parse_args
Parse command-line arguments into a typed command structure.