mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix: spinner tick chars
This commit is contained in:
parent
63531088b8
commit
627fd6a055
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use pesde::reporters::{
|
||||||
DownloadProgressReporter, DownloadsReporter, PatchProgressReporter, PatchesReporter,
|
DownloadProgressReporter, DownloadsReporter, PatchProgressReporter, PatchesReporter,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const TICK_CHARS: &str = "⣷⣯⣟⣿⢿⣻⣽⣾";
|
pub const TICK_CHARS: &str = "⣷⣯⣟⡿⢿⣻⣽⣾";
|
||||||
|
|
||||||
pub fn root_progress_style() -> ProgressStyle {
|
pub fn root_progress_style() -> ProgressStyle {
|
||||||
ProgressStyle::with_template("{prefix:.dim}{msg:>8.green} {spinner} [{elapsed_precise}]")
|
ProgressStyle::with_template("{prefix:.dim}{msg:>8.green} {spinner} [{elapsed_precise}]")
|
||||||
|
|
Loading…
Add table
Reference in a new issue