mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
commands: Remove unused code
This commit is contained in:
@@ -33,10 +33,7 @@ import (
|
||||
var (
|
||||
configFormat string
|
||||
contentEditor string
|
||||
contentFormat string
|
||||
contentFrontMatter string
|
||||
contentType string
|
||||
siteType string
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@@ -26,8 +26,6 @@ import (
|
||||
"github.com/spf13/hugo/hugolib"
|
||||
)
|
||||
|
||||
var timeLayout string // the layout for time.Time
|
||||
|
||||
var versionCmd = &cobra.Command{
|
||||
Use: "version",
|
||||
Short: "Print the version number of Hugo",
|
||||
|
Reference in New Issue
Block a user