refactor(cli): move cmd_generate + cmd_rate into commands/

This commit is contained in:
adlee-was-taken
2026-05-06 18:27:41 -04:00
parent 52400230e0
commit 17bde162cd
4 changed files with 101 additions and 91 deletions

View File

@@ -5,3 +5,6 @@
//! command modules (e.g. `commit_paths`, `resolve_query`) are defined in
//! this file as `pub(crate)` so siblings can pull them in via
//! `use crate::commands::*`.
pub mod generate;
pub mod rate;