Implement history command base

This commit is contained in:
timvisee 2018-04-26 10:49:29 +02:00
parent 0b03734650
commit 1a50b7a569
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
10 changed files with 129 additions and 1 deletions

View file

@ -26,7 +26,7 @@ use cmd::matcher::MainMatcher;
/// Print a success message.
pub fn print_success(msg: &str) {
println!("{}", msg.green());
eprintln!("{}", msg.green());
}
/// Print the given error in a proper format for the user,