Styling - Progress Bar
Build Library / Build Library (push) Successful in 4m55s

Changed glyphs in progress bar for better printing to console
closes #51
This commit is contained in:
brotoskyj
2025-12-18 12:58:51 -05:00
parent 729b45f52a
commit 5555747422
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ pub fn pull_policy_exec_histories(
progress_bar.lock().unwrap().set_style(
ProgressStyle::default_bar()
.template("Total - Policy Name: {msg}: {spinner:.green} [{elapsed_precise}] [{bar:40.green/blue}] {pos}/{len}")
.unwrap().progress_chars("≫>")
.unwrap().progress_chars("⣿⣦⣀")
);
let client: Client = tracer.in_span("Building HTTP Client", |cx| {
let client_result: Result<Client, reqwest::Error> = build_client(headers);