forked from Plugin-JF-Onkostar/osc-variant
Show form references using tree sub command
This commit is contained in:
@@ -127,10 +127,10 @@ impl Requires for DataCatalogue {
|
||||
.iter()
|
||||
.map(|entry| match entry {
|
||||
Requirement::PropertyCatalogue(_) => {
|
||||
Some(format!(" + {}\n", entry.to_string()))
|
||||
Some(format!(" - {}\n", entry.to_string()))
|
||||
}
|
||||
Requirement::ExternalPropertyCatalogue(_) => {
|
||||
Some(format!(" + {}\n", entry.to_string()))
|
||||
Some(format!(" - {}\n", entry.to_string()))
|
||||
}
|
||||
_ => None,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user