pub fn run_cycles(
cli: &Cli,
path: Option<&str>,
cycle_type: &str,
min_depth: usize,
max_depth: Option<usize>,
include_self: bool,
max_results: usize,
) -> Result<()>Expand description
Run the cycles command.
ยงErrors
Returns an error if the graph cannot be loaded or cycles cannot be found.