Skip to main content

Module cli

Module cli 

Source
Expand description

Shared CLI argument structs for the semver-analyzer.

These structs define the common flags shared across all language implementations. Language crates use #[command(flatten)] to include them and add their own language-specific flags.

Structsยง

CommonAnalyzeArgs
Common arguments for the analyze command.
CommonExtractArgs
Common arguments for the extract command.
CommonKonveyorArgs
Common arguments for the konveyor command.
DiffArgs
Arguments for the diff command (language-agnostic).
LoggingArgs
Shared logging/tracing arguments available to all commands.