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:
ProofOfConcept 2026-03-14 18:02:12 -04:00
parent c8d86e94c1
commit aa2fddf137
3 changed files with 350 additions and 340 deletions

View file

@ -4,3 +4,4 @@
// of related subcommands.
pub mod graph;
pub mod node;