Pass command name to CmdArgs struct

This commit is contained in:
2021-02-07 17:31:19 -06:00
parent 9360df727a
commit d8be978ba8
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ type CmdArgs struct {
Flags Flags
Client *lifx.Client
Config Config
Name string
}
type Flags struct {