add usage to every command

This commit is contained in:
2020-08-07 18:44:36 -05:00
parent 4325398ca8
commit 617c2fccf9
5 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,7 @@ func init() {
RegisterCommand(cmdName, Command{
Func: SetStateCmd,
Flags: fs,
Use: "[--selector <selector>] [--power (on|off)] [--color <color>] [--brightness <brightness>] [--duration <sec>] [--infrared <infrared>] [--fast]",
})
}