Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdExtractImage = &cli.Command{
Name: "extract",
Usage: "extract [PDF]",
Description: "extract image",
Action: extractImage,
Flags: []cli.Flag{},
}
View Source
var CmdGen = &cli.Command{
Name: "gen",
Usage: "generate [DIRECTORY]",
Description: "generate files in directory",
Action: runGen,
Flags: []cli.Flag{},
}
View Source
var CmdPrint = &cli.Command{
Name: "print",
Usage: "print",
Description: "print all command description",
Action: runPrint,
Flags: []cli.Flag{},
}
View Source
var CmdWeb = &cli.Command{
Name: "web",
Usage: "web",
Description: "start shelf app server",
Action: runWeb,
Flags: []cli.Flag{},
}
Functions ¶
func NewMainApp ¶
func NewMainApp() *cli.App
func RunMainApp ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.