Add 'config' command to list site configuration

Fixes #871
This commit is contained in:
bep
2015-02-01 22:05:47 +01:00
committed by spf13
parent d6f81c7346
commit c14e7b10d0
2 changed files with 40 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ func Execute() {
func AddCommands() {
HugoCmd.AddCommand(serverCmd)
HugoCmd.AddCommand(version)
HugoCmd.AddCommand(config)
HugoCmd.AddCommand(check)
HugoCmd.AddCommand(benchmark)
HugoCmd.AddCommand(convertCmd)