Styling - Progress Bar
Changed glyphs in progress bar for better printing to console closes #51
This commit is contained in:
@@ -76,7 +76,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);
|
||||
|
||||
Reference in New Issue
Block a user