It is now possible to set the refresh interval.

Update descriptions.
This commit is contained in:
Lennard Kittner
2025-03-27 23:08:13 +01:00
parent 5e2a09a955
commit 7977017bcb
3 changed files with 32 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ fn main() {
let matches = Command::new(env!("CARGO_PKG_NAME"))
.version(env!("CARGO_PKG_VERSION"))
.author(env!("CARGO_PKG_AUTHORS"))
.about(env!("CARGO_PKG_DESCRIPTION"))
.about("A CLI application for monitoring and managing HyperX headsets.")
.arg(
Arg::new("automatic_shutdown")
.long("automatic_shutdown")