mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
made the help printouts look better(nut much better)
This commit is contained in:
@@ -12,8 +12,9 @@ fn main() {
|
|||||||
if std::env::args().len() > 1 {
|
if std::env::args().len() > 1 {
|
||||||
_arg = std::env::args().nth(1).unwrap();
|
_arg = std::env::args().nth(1).unwrap();
|
||||||
} else {
|
} else {
|
||||||
println!("argument a\t:anime");
|
println!("anime:\t\t{}",format!("{}","a".red()));
|
||||||
println!("argument l\t:light novel");
|
println!("light novel:\t{}",format!("{}","l".red()));
|
||||||
|
println!("you can add the name of the anime you want to watch after the {} argument",format!("{}","a".red()));
|
||||||
//kill the program
|
//kill the program
|
||||||
std::process::exit(0);
|
std::process::exit(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user