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
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
7 changed files with 0 additions and 37 deletions

View file

@ -75,22 +75,11 @@ func newBuilderCmd(cmd *cobra.Command) *baseBuilderCmd {
return bcmd
}
// TODO(bep) cli refactor need root?
func (c *baseCmd) flagsToConfig(cfg config.Provider) {
initializeFlags(c.cmd, cfg)
}
type hugoCmd struct {
//cacheDir string
//contentDir string
//layoutDir string
//destination string
//theme string
//themesDir string
//logI18nWarnings bool
//disableKinds []string
*baseBuilderCmd
}