add progress output
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 25m41s

This commit is contained in:
philipp 2024-08-27 14:02:59 +02:00
parent 96586b54ea
commit 45acafccf7

View File

@ -121,6 +121,7 @@ pub(crate) fn create_law_files() -> String {
let filename = config.file_name().into_string().unwrap();
//TODO: use proper logic...
let law_filename = filename.replace(".toml", "");
println!("Working on {law_filename}...");
let path = format!("{}", config.path().display());
let (lawname, content) = get_content(&path);