1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-27 08:56:24 +02:00

Avoid displaying progress bar when using -S

This commit is contained in:
Elisabeth Henry 2017-10-09 15:04:09 +02:00
parent a2847e15e2
commit 8cf4988d44

View File

@ -97,7 +97,7 @@ pub fn try_main() -> Result<()> {
exit(0);
}
if matches.is_present("no-fancy") {
if matches.is_present("no-fancy") || matches.is_present("stats") {
fancy_ui = false;
emoji = false;
}