Module cli

Module cli 

Source
Expand description

Command-line interface layer.

This module handles argument parsing and command dispatch using clap.

Structs§

Cli
ADRScope - Generate self-contained HTML viewers for Architecture Decision Records.
GenerateArgs
Arguments for the generate command.
StatsArgs
Arguments for the stats command.
ValidateArgs
Arguments for the validate command.
WikiArgs
Arguments for the wiki command.

Enums§

Commands
Available commands.
FormatArg
Output format argument for CLI.
ThemeArg
Theme argument for CLI.

Functions§

run
Runs the CLI with the parsed arguments.