commands: Remove some TODOs

See #4598
This commit is contained in:
Bjørn Erik Pedersen
2018-04-11 10:15:01 +02:00
parent f396cffa23
commit e7010c1b62
7 changed files with 0 additions and 37 deletions

View File

@@ -22,11 +22,6 @@ import (
"github.com/spf13/cobra"
)
func init() {
// TODO(bep) cli refactor
//HugoCmd.AddCommand(createReleaser().cmd)
}
type releaseCommandeer struct {
cmd *cobra.Command