refactor(cli): move cmd_get/list/history/status/sync into commands/

This commit is contained in:
adlee-was-taken
2026-05-06 18:43:41 -04:00
parent 13c2fc2bd7
commit da7d7d162c
6 changed files with 286 additions and 268 deletions

View File

@@ -7,8 +7,12 @@
//! `use crate::commands::*`.
pub mod generate;
pub mod get;
pub mod init;
pub mod list;
pub mod rate;
pub mod status;
pub mod sync;
use anyhow::Result;