Skip to content
Snippets Groups Projects
Unverified Commit e22d01a2 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Remove TODO, add ID

parent a4bec7c9
Branches
Tags
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment