mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
Added a new command hugo list drafts
and hugo list future
This commit is contained in:
parent
728d0fa32c
commit
92a3372a3f
3 changed files with 89 additions and 2 deletions
|
@ -67,6 +67,7 @@ func AddCommands() {
|
|||
HugoCmd.AddCommand(benchmark)
|
||||
HugoCmd.AddCommand(convertCmd)
|
||||
HugoCmd.AddCommand(newCmd)
|
||||
HugoCmd.AddCommand(listCmd)
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue