mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-13 20:54:56 +00:00
commands: Remove unused code
This commit is contained in:
parent
91ffc76b24
commit
c21dc16dbe
2 changed files with 3 additions and 8 deletions
|
@ -31,12 +31,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
configFormat string
|
configFormat string
|
||||||
contentEditor string
|
contentEditor string
|
||||||
contentFormat string
|
contentType string
|
||||||
contentFrontMatter string
|
|
||||||
contentType string
|
|
||||||
siteType string
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
|
@ -26,8 +26,6 @@ import (
|
||||||
"github.com/spf13/hugo/hugolib"
|
"github.com/spf13/hugo/hugolib"
|
||||||
)
|
)
|
||||||
|
|
||||||
var timeLayout string // the layout for time.Time
|
|
||||||
|
|
||||||
var versionCmd = &cobra.Command{
|
var versionCmd = &cobra.Command{
|
||||||
Use: "version",
|
Use: "version",
|
||||||
Short: "Print the version number of Hugo",
|
Short: "Print the version number of Hugo",
|
||||||
|
|
Loading…
Add table
Reference in a new issue