mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
added an output "invalid command" if the anime menue option is invalid
This commit is contained in:
@@ -79,7 +79,9 @@ pub fn anime_stream(first_run: bool) {
|
|||||||
} else if input == "q" {
|
} else if input == "q" {
|
||||||
std::process::exit(0);
|
std::process::exit(0);
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
println!("Invalid command");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user