1 parent cedf9f4 commit 6a7a155Copy full SHA for 6a7a155
1 file changed
cli/src/main.rs
@@ -4,7 +4,7 @@ use ipc::{ChargeLimit, FanIndex, FanMode, IpcClient, IpcRequest, IpcResponse, Ke
4
5
#[derive(Parser)]
6
#[command(name = "lecoo-ctrl")]
7
-#[command(about = "Lecoo Control Center CLI", long_about = None)]
+#[command(version, about = "Lecoo Control Center CLI", long_about = None)]
8
struct Cli {
9
#[command(subcommand)]
10
command: Commands,
0 commit comments