aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs (unfollow)
Commit message (Expand)Author
2024-08-23fix(cli/verbosity): Simplify setting the default levelBenedikt Peetz
2024-08-23fix(cli): Always log with a verbosity of at least WARNBenedikt Peetz
2024-08-23fix(treewide): Actually use the values from the configBenedikt Peetz
2024-08-23feat(treewide): Use a configuration fileBenedikt Peetz
2024-08-23feat(cli): Add an explicit `subs export` subcommandBenedikt Peetz
2024-08-22refactor(cli): Remove the useless `concurrent_processes` flag from `update`Benedikt Peetz
2024-08-22fix(update): Propagate the logging options to the `update_raw.py` scriptBenedikt Peetz
2024-08-22feat(download): Support limiting the downloader by maximal cache sizeBenedikt Peetz
2024-08-22test(benches/update): InitBenedikt Peetz