cli: extract node commands from main.rs into cli/node.rs
Move 15 node subcommand handlers (310 lines) out of main.rs: render, write, used, wrong, not-relevant, not-useful, gap, node-delete, node-rename, history, list-keys, list-edges, dump-json, lookup-bump, lookups. main.rs: 2518 → 2193 lines. Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
c8d86e94c1
commit
aa2fddf137
3 changed files with 350 additions and 340 deletions
|
|
@ -4,3 +4,4 @@
|
|||
// of related subcommands.
|
||||
|
||||
pub mod graph;
|
||||
pub mod node;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue