mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
parent
831e936846
commit
3d09de8910
5 changed files with 19 additions and 6 deletions
10
commands/gen.go
Normal file
10
commands/gen.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package commands
|
||||
|
||||
import (
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var genCmd = &cobra.Command{
|
||||
Use: "gen",
|
||||
Short: "A collection of several useful generators.",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue