Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var New = cli.Command{ Name: "new", Usage: "Initialize a new Peach project", Action: runNew, Flags: []cli.Flag{ stringFlag("target, t", "my.peach", "Directory to save project files"), boolFlag("yes, y", "Yes to all confirmations"), }, }
View Source
var Web = cli.Command{ Name: "web", Usage: "Start Peach web server", Action: runWeb, Flags: []cli.Flag{ stringFlag("config, c", "custom/app.ini", "Custom configuration file path"), }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.