pub fn run_graph(
cli: &Cli,
operation: &GraphOperation,
search_path: &str,
format: &str,
verbose: bool,
) -> Result<()>Expand description
Run a graph-based query command.
ยงErrors
Returns an error if the unified graph cannot be loaded or the query fails.