add set-state command

This commit is contained in:
2020-03-27 19:31:41 -05:00
parent 8df5b1d779
commit 4ea3545ea7
2 changed files with 87 additions and 0 deletions

View File

@ -19,6 +19,7 @@ type Flags struct {
}
type Command struct {
Name string
Func func(CmdArgs) int
Flags *flag.FlagSet
}