add undraft command

This commit is contained in:
Joel Scoble
2015-03-15 17:32:41 -05:00
committed by spf13
parent 563a6302a0
commit b4871787f0
4 changed files with 232 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ func AddCommands() {
HugoCmd.AddCommand(convertCmd)
HugoCmd.AddCommand(newCmd)
HugoCmd.AddCommand(listCmd)
HugoCmd.AddCommand(undraftCmd)
}
//Initializes flags