From c2909b25ec1d5de72c0e40132a49bd5a76f9ab3c Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:30:55 +0200 Subject: [PATCH] fix: readd version --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4f3b5c7..e8b2000 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,7 @@ mod tracks; /// An extremely simple lofi player. #[derive(Parser)] -#[command(about)] +#[command(about, version)] struct Args { /// Whether to use an alternate terminal screen. #[clap(long, short)]