Skip to content

Commit 6a7a155

Browse files
committed
cli: added version option
1 parent cedf9f4 commit 6a7a155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use ipc::{ChargeLimit, FanIndex, FanMode, IpcClient, IpcRequest, IpcResponse, Ke
44

55
#[derive(Parser)]
66
#[command(name = "lecoo-ctrl")]
7-
#[command(about = "Lecoo Control Center CLI", long_about = None)]
7+
#[command(version, about = "Lecoo Control Center CLI", long_about = None)]
88
struct Cli {
99
#[command(subcommand)]
1010
command: Commands,

0 commit comments

Comments
 (0)