From ad9b182b16fca31d08781ed4a26bacba52bed407 Mon Sep 17 00:00:00 2001 From: Mroik Date: Tue, 1 Sep 2026 23:02:12 +0200 Subject: Add feedback when loading from json file --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 00949b0..7be57c6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -80,6 +80,7 @@ async fn main() -> Result<()> { source: None, } } else { + println!("Loading available quotes..."); let mut quoter = get_quoter()?; if args.quote_size.short { quoter.get_short()?; -- cgit v1.3.1