commands: Add help text to "hugo new"

This commit is contained in:
Elliot Forbes 2018-10-15 16:48:19 +01:00 committed by Bjørn Erik Pedersen
parent d14420539a
commit 6b21ac3e67

View File

@ -47,7 +47,9 @@ It will guess which kind of file to create based on the path provided.
You can also specify the kind with ` + "`-k KIND`" + `.
If archetypes are provided in your theme or site, they will be used.`,
If archetypes are provided in your theme or site, they will be used.
Ensure you run this within the root directory of your site.`,
RunE: cc.newContent,
})