Added a new command hugo list drafts and hugo list future

This commit is contained in:
spf13 2014-11-19 16:24:30 -05:00
parent 728d0fa32c
commit 92a3372a3f
3 changed files with 89 additions and 2 deletions

View file

@ -67,6 +67,7 @@ func AddCommands() {
HugoCmd.AddCommand(benchmark)
HugoCmd.AddCommand(convertCmd)
HugoCmd.AddCommand(newCmd)
HugoCmd.AddCommand(listCmd)
}
func init() {