Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "list", Usage: "List all available templates", Aliases: []string{"l"}, Action: func(c *cli.Context) error { err := logging.Log("listing templates...", listTemplates) return err }, }
Command list al lavailable templates
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.