Updated forced-separate type from Rust to abstract (#3380)

This commit is contained in:
Aaron Cunningham
2023-03-07 06:35:39 -08:00
committed by GitHub
parent 4dead7541f
commit 10e252e2fb

View File

@@ -255,7 +255,7 @@ pub struct Options {
pub lines_between_types: Option<usize>,
#[option(
default = r#"[]"#,
value_type = "Vec<String>",
value_type = "list[str]",
example = r#"
forced-separate = ["tests"]
"#