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

@ -43,6 +43,7 @@ func init() {
Func: SetColorCmd,
Flags: fs,
Use: "[--selector <selector>] [--power (on|off)] [--hue <hue>] [--saturation <saturation>] [--rgb <rbg>] [--name <color>] [--brightness <brightness>] [--duration <sec>] [--fast]",
Short: "Set the color",
})
}