delete dead code
This commit is contained in:
parent
1cf51876a8
commit
d269f9006d
3 changed files with 3 additions and 4 deletions
|
|
@ -743,8 +743,8 @@ impl Run for GraphCmd {
|
|||
Self::Trace { key } => cli::graph::cmd_trace(&key),
|
||||
Self::Communities { top_n, min_size } => cli::graph::cmd_communities(top_n, min_size),
|
||||
Self::Overview => cli::graph::cmd_graph(),
|
||||
Self::Organize { term, threshold, key_only, anchor }
|
||||
=> cli::graph::cmd_organize(&term, threshold, key_only, anchor),
|
||||
Self::Organize { term, key_only, anchor, .. }
|
||||
=> cli::graph::cmd_organize(&term, key_only, anchor),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue