We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035ed15 commit 044fe98Copy full SHA for 044fe98
1 file changed
src/actions.rs
@@ -94,7 +94,7 @@ pub fn set_action(c: &Context) -> ActionResult {
94
conf.insert(key, value).unwrap();
95
96
match set_json_object(conf) {
97
- Ok(_) => println!("{}\t{}", key, value),
+ Ok(_) => println!("'{}' -> '{}'", key, value),
98
Err(err) => eprintln!("{}", err),
99
}
100
0 commit comments