mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
chore: add reader args to help
This commit is contained in:
10
src/main.rs
10
src/main.rs
@@ -133,6 +133,16 @@ fn print_help() {
|
||||
"if no provider is entered it will default to {}",
|
||||
"vrv".green()
|
||||
);
|
||||
println!("");
|
||||
println!("reader:\t\t{}", format_args!("{}", "-R --reader".red()));
|
||||
println!(
|
||||
"{}",
|
||||
"after this^^^ argument you can enter a reader".green()
|
||||
);
|
||||
println!(
|
||||
"if no reader is entered it will default to {}",
|
||||
"bat".green()
|
||||
);
|
||||
println!(
|
||||
"if the -r argument is not used it will default to {}",
|
||||
"gogo".green()
|
||||
|
||||
Reference in New Issue
Block a user