Module graph_cli_builder

Source
Expand description

Builds the command-line argument structure specifically for the ‘graph’ subcommand. This module defines the various flags, options, and arguments that control how graphs are generated.

This complex logic here is necessary because Clap alone cannot support ordered, repeated, multi-flag patterns like: --plot ... --panel --event ... --plot ....

Structs§

LineBuilder
A builder for incrementally constructing a Line.
PanelBuilder
A builder for incrementally constructing a Panel.

Enums§

Error

Constants§

LOG_TARGET

Functions§

build_cli
Constructs the command-line interface (CLI) for the graph command.
build_from_matches