Fix formatting for analyze direction values (#13476)

This commit is contained in:
Steve C 2024-09-23 03:18:28 -04:00 committed by GitHub
parent 047d77c60b
commit 7c55330534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3355,8 +3355,8 @@ pub struct AnalyzeOptions {
/// Whether to generate a map from file to files that it depends on (dependencies) or files that
/// depend on it (dependents).
#[option(
default = r#"\"dependencies\""#,
value_type = "\"dependents\" | \"dependencies\"",
default = r#""dependencies""#,
value_type = r#""dependents" | "dependencies""#,
example = r#"
direction = "dependencies"
"#