add short and long descriptions of the commands

This commit is contained in:
2020-08-07 22:09:40 -05:00
parent 617c2fccf9
commit 491870e247
6 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,7 @@ func init() {
Func: SetWhiteCmd,
Flags: fs,
Use: "[--selector <selector>] [--power (on|off)] [--kelvin <kelvin>] [--name <color>] [--brightness <brightness>] [--duration <sec>] [--infrared] [--fast]",
Short: "Set the white level",
})
}