We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449f2be commit f8e5ec5Copy full SHA for f8e5ec5
src/main.rs
@@ -70,13 +70,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
70
println!("Processing local repository at: {:?}", local_path);
71
println!("No file headers: {}", args.no_headers);
72
println!("----------------------------------------");
73
- process_local_path(
74
- local_path,
75
- args.no_headers,
76
- ignore_canonical,
77
- args.folder,
78
- )
79
- .await
+ process_local_path(local_path, args.no_headers, ignore_canonical, args.folder).await
80
} else {
81
// --- GITHUB URL MODE (default) ---
82
println!("Repositories to process: {:?}", args.sources);
0 commit comments