Loading repl/messages.go +1 −1 Original line number Diff line number Diff line Loading @@ -358,13 +358,13 @@ func ActionChange(cmd *dclish.Command) error { Shutdown: msg.Shutdown, Subject: msg.Subject, Message: msg.Message, ID: msg.ID, }) if err != nil { return err } } fmt.Println("TODO: flags parsed, now need to do something.") return nil } Loading Loading
repl/messages.go +1 −1 Original line number Diff line number Diff line Loading @@ -358,13 +358,13 @@ func ActionChange(cmd *dclish.Command) error { Shutdown: msg.Shutdown, Subject: msg.Subject, Message: msg.Message, ID: msg.ID, }) if err != nil { return err } } fmt.Println("TODO: flags parsed, now need to do something.") return nil } Loading