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 analyzer;
|
||||||
mod cli;
|
mod cli;
|
||||||
mod generator;
|
mod generator;
|
||||||
mod git;
|
mod git;
|
||||||
mod prompt;
|
mod prompt;
|
||||||
|
|
||||||
use anyhow::{Context, Result};
|
|
||||||
use cli::Args;
|
use cli::Args;
|
||||||
use colored::Colorize;
|
|
||||||
use git::GitRepo;
|
use git::GitRepo;
|
||||||
|
|
||||||
fn main() -> Result<()> {
|
fn main() -> Result<()> {
|
||||||
|
|||||||
Reference in New Issue
Block a user