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§
- Line
Builder - A builder for incrementally constructing a
Line
. - Panel
Builder - A builder for incrementally constructing a
Panel
.
Enums§
Constants§
Functions§
- build_
cli - Constructs the command-line interface (CLI) for the graph command.
- build_
from_ matches