fix: Simplify main.rs to ensure proper module integration
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
use anyhow::Result;
|
||||
use colored::Colorize;
|
||||
|
||||
mod analyzer;
|
||||
mod cli;
|
||||
mod generator;
|
||||
mod git;
|
||||
mod prompt;
|
||||
|
||||
use anyhow::{Context, Result};
|
||||
use cli::Args;
|
||||
use colored::Colorize;
|
||||
use git::GitRepo;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user