From 00f7100946f875a7919ecf13a00c0e04688db116 Mon Sep 17 00:00:00 2001 From: Josh Vander Hook Date: Thu, 5 Jun 2025 10:00:20 -0500 Subject: [PATCH] commandline: Fix docstring for --remap-key Signed-off-by: Daniel Schaefer --- framework_lib/src/commandline/clap_std.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework_lib/src/commandline/clap_std.rs b/framework_lib/src/commandline/clap_std.rs index 52eddbe..c744ad3 100644 --- a/framework_lib/src/commandline/clap_std.rs +++ b/framework_lib/src/commandline/clap_std.rs @@ -193,7 +193,7 @@ struct ClapCli { #[arg(long)] kblight: Option>, - /// Set keyboard backlight percentage or get, if no value provided + /// Remap a key by changing the scancode #[arg(long, value_parser=maybe_hex::)] #[clap(num_args = 3)] remap_key: Vec,