pub fn run_explain(
cli: &Cli,
file_path: &str,
symbol_name: &str,
path: Option<&str>,
include_context: bool,
_include_relations: bool,
) -> Result<()>Expand description
Run the explain command.
ยงErrors
Returns an error if the graph cannot be loaded or symbol cannot be found.