mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
chore: fix helpers
This commit is contained in:
11
src/main.rs
11
src/main.rs
@@ -133,6 +133,11 @@ fn print_help() {
|
|||||||
"if no provider is entered it will default to {}",
|
"if no provider is entered it will default to {}",
|
||||||
"vrv".green()
|
"vrv".green()
|
||||||
);
|
);
|
||||||
|
println!(
|
||||||
|
"if the -r argument is not used it will default to {}",
|
||||||
|
"gogo".green()
|
||||||
|
);
|
||||||
|
println!("the providers are {} or {}", "gogo".green(), "vrv".green());
|
||||||
println!("");
|
println!("");
|
||||||
println!("reader:\t\t{}", format_args!("{}", "-R --reader".red()));
|
println!("reader:\t\t{}", format_args!("{}", "-R --reader".red()));
|
||||||
println!(
|
println!(
|
||||||
@@ -144,10 +149,10 @@ fn print_help() {
|
|||||||
"bat".green()
|
"bat".green()
|
||||||
);
|
);
|
||||||
println!(
|
println!(
|
||||||
"if the -r argument is not used it will default to {}",
|
"if the -R argument is not used it will default to {}",
|
||||||
"gogo".green()
|
"bat".green()
|
||||||
);
|
);
|
||||||
println!("the providers are {} or {}", "gogo".green(), "vrv".green());
|
println!("the readers are {} or {}", "bat".green(), "glow".green());
|
||||||
println!("");
|
println!("");
|
||||||
println!("help:\t\t{}", format_args!("{}", "-h --help".red()));
|
println!("help:\t\t{}", format_args!("{}", "-h --help".red()));
|
||||||
//kill the program
|
//kill the program
|
||||||
|
|||||||
Reference in New Issue
Block a user