added an output "invalid command" if the anime menue option is invalid

This commit is contained in:
Zastian Pretorius
2022-07-11 19:46:04 +01:00
parent 7b02787e62
commit c4d7f85d9d

View File

@@ -79,7 +79,9 @@ pub fn anime_stream(first_run: bool) {
} else if input == "q" {
std::process::exit(0);
}
else{
println!("Invalid command");
}
}
}
}