We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441a90b commit 6859a55Copy full SHA for 6859a55
cargo-cyclonedx/src/cli.rs
@@ -97,7 +97,7 @@ Defaults to the host target, as printed by 'rustc -vV'"
97
#[clap(long = "license-accept-named", action=ArgAction::Append)]
98
pub license_accept_named: Vec<String>,
99
100
- /// The CycloneDX specification version to output: `1.3` or `1.4`
+ /// The CycloneDX specification version to output: `1.3` or `1.4`. Defaults to 1.3
101
#[clap(long = "spec-version")]
102
pub spec_version: Option<SpecVersion>,
103
}
0 commit comments