Skip to content

Commit

Permalink
Merge pull request #756 from Shnatsel/no-build-deps-follow-up
Browse files Browse the repository at this point in the history
No build deps follow up
  • Loading branch information
Shnatsel authored Jul 31, 2024
2 parents 6b262d3 + c2ac06e commit 04fe7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-cyclonedx/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Defaults to the host target, as printed by 'rustc -vV'"
#[clap(long = "spec-version")]
pub spec_version: Option<SpecVersion>,

/// List only dependencies of kind normal (no build deps, no dev deps)
#[clap(name = "no-build-deps", long = "no-build-deps")]
/// Do not include build-time dependencies in the SBOM
#[clap(long = "no-build-deps")]
pub no_build_deps: bool,
}

Expand Down

0 comments on commit 04fe7cc

Please sign in to comment.