mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 20:22:01 -06:00
Add progress indicator for subtitle download
This commit is contained in:
parent
751735477c
commit
49de7bbba9
2 changed files with 49 additions and 20 deletions
|
|
@ -169,7 +169,7 @@ impl CliLogger {
|
|||
let finish_str = "✔";
|
||||
#[cfg(windows)]
|
||||
// windows does not support all unicode characters by default in their consoles, so
|
||||
// we're using this (square root?) symbol instead. microsoft.
|
||||
// we're using this (square root) symbol instead. microsoft.
|
||||
let finish_str = "√";
|
||||
|
||||
let pb = ProgressBar::new_spinner();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue