From 174cd70001b8c01fc65c373e7dbd3ea6e0a6721c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 29 Jul 2021 13:35:24 +0200 Subject: print categories correct --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src') diff --git a/cli/src/main.rs b/cli/src/main.rs index 10fa02c..5fd52c7 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -94,7 +94,7 @@ fn main() { Command::List { target: ListTarget::Categories } => { - println!("{:?}", store.categories()); + println!("{}", store.categories().join("\n")); } } } -- cgit v1.2.1