From 624e3457e11949980bc9f4fdd5c8887a26d40859 Mon Sep 17 00:00:00 2001 From: Compositr Date: Wed, 25 Dec 2024 23:08:32 +0800 Subject: [PATCH] feat: print diaryrs in info cmd --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 1d71124..ee741bc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,6 +15,7 @@ fn main() { args::Commands::Info => { let time = Time::build().unwrap_or_fatal("Failed to determine time information"); let config = Config::read().unwrap_or_fatal("Failed to read config file"); + println!("diaryrs"); println!( "[TIME] Timestamp: {}, Timezone: {}", time.timestamp, time.timezone