mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-06 02:29:57 +02:00
Implement history command base
This commit is contained in:
parent
0b03734650
commit
1a50b7a569
10 changed files with 129 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue