Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SDL = []string{
"image/gif",
"image/jpeg",
"application/vnd.ms-fontobject",
"application/x-font-truetype",
"application/font-woff",
"image/png",
}
Functions ¶
This section is empty.
Types ¶
type CloneCommand ¶
type CloneCommand struct { Theme int `short:"t" long:"theme" description:"Theme ID you want to clone" required:"true"` Output string `short:"o" long:"output" description:"Output zip file you want to export"` Zip bool `short:"c" long:"compress" description:"Compress all assets to zip file"` }
func (*CloneCommand) Execute ¶
func (c *CloneCommand) Execute(args []string) error
type ListCommand ¶
type ListCommand struct { }
func (*ListCommand) Execute ¶
func (c *ListCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.