Skip to main content

Module cli

Module cli 

Source
Expand description

CLI command handlers.

This module provides testable command handlers that are invoked by main.rs. Each handler implements the business logic for a specific CLI subcommand.

Re-exports§

pub use crate::config::DiffConfig;
pub use crate::config::ViewConfig;

Structs§

QueryFilter
Filter criteria for querying components across SBOMs.

Functions§

run_diff
Run the diff command, returning the desired exit code.
run_diff_multi
Run the diff-multi command (1:N comparison)
run_matrix
Run the matrix command (N×N comparison)
run_quality
Run the quality command, returning the desired exit code.
run_query
Run the query command.
run_timeline
Run the timeline command
run_validate
Run the validate command
run_view
Run the view command
run_watch
Run the watch command with the given configuration.