global: snapshot

This commit is contained in:
nym21
2026-01-17 22:35:13 +01:00
parent 626c52044d
commit 2e1037ff36
36 changed files with 950 additions and 1066 deletions

View File

@@ -48,7 +48,7 @@ fn run() -> Result<()> {
let mut indexer = Indexer::forced_import(&outputs_dir)?;
let fetcher = Fetcher::import(true, None)?;
let fetcher = Fetcher::import(None)?;
let exit = Exit::new();
exit.set_ctrlc_handler();