Versions in this module Expand all Collapse all v0 v0.0.2 Jul 3, 2020 Changes in this version + func Add(c Commander) + func List() (cmdList []cli.Command) + func NewJob(scmd *scheduleCommand) *job + func ScheduleCommandList() *[]*scheduleCommand + type Arg struct + func (a *Arg) Get(argName string) (data *string, err error) + type Commander interface + Command func() string + Description func() string + Handler func(arg *Arg) error + type Schedule struct + func NewSchedule() *Schedule + func (s *Schedule) Command(commandWithArgData string) *scheduleCommand