diff --git a/framework_lib/src/commandline/clap_std.rs b/framework_lib/src/commandline/clap_std.rs index a26aa4ba..cefd2319 100644 --- a/framework_lib/src/commandline/clap_std.rs +++ b/framework_lib/src/commandline/clap_std.rs @@ -202,7 +202,7 @@ struct ClapCli { /// [ ...] /// Example: 0 0xFF000 0x00FF00 0x0000FF #[clap(num_args = 2..)] - #[arg(long, value_parser=maybe_hex::)] + #[arg(long, value_parser=maybe_hex::, value_names(["START", "HEXCOLOR"]))] rgbkbd: Vec, /// Control PS2 touchpad emulation (DEBUG COMMAND, if touchpad not working, reboot system)