add set-state command
This commit is contained in:
@ -19,6 +19,7 @@ type Flags struct {
|
||||
}
|
||||
|
||||
type Command struct {
|
||||
Name string
|
||||
Func func(CmdArgs) int
|
||||
Flags *flag.FlagSet
|
||||
}
|
||||
|
Reference in New Issue
Block a user