fix: Update main.rs with proper module declarations
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
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