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ยง
- Common
Analyze Args - Common arguments for the
analyzecommand. - Common
Extract Args - Common arguments for the
extractcommand. - Common
Konveyor Args - Common arguments for the
konveyorcommand. - Diff
Args - Arguments for the
diffcommand (language-agnostic). - Logging
Args - Shared logging/tracing arguments available to all commands.