pub fn inspect_element(
input: &Path,
target: &str,
verbose: bool,
) -> Result<InspectResult, String>Expand description
Inspect a single element by name or qualified name — shows the element plus its children and relationships.
§Arguments
input- Path to a.sysmlfiletarget- Name or qualified name of the element to inspectverbose- Enable verbose output