Added a module which nicely formats output to console. Fixes #4
This commit is contained in:
@@ -325,7 +325,7 @@ pub fn print_key(response: &[u8]) -> Option<String> {
|
||||
}
|
||||
|
||||
pub fn print_key_map(rows: usize) {
|
||||
print!("{}", " ‖ Key Name ¦ Value ".repeat(rows));
|
||||
print!("{}", " ‖ Key Name ¦ Value ".repeat(rows));
|
||||
println!(" ‖");
|
||||
|
||||
println!(" {}", "-".repeat(rows*36));
|
||||
|
Reference in New Issue
Block a user