- 新增 `--no-generate` 参数,强制使用模板生成而非 AI - 调整 `--yes` 参数仅跳过交互提示,不改变生成行为 - 统一使用工具函数替代 println 输出
8 lines
108 B
Rust
8 lines
108 B
Rust
pub mod commands;
|
|
pub mod config;
|
|
pub mod generator;
|
|
pub mod git;
|
|
pub mod i18n;
|
|
pub mod llm;
|
|
pub mod utils;
|