Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Clean = "clean" Force = "force" )
View Source
var Cmd = cli.Command{ Name: "build", Usage: "Run a default project build", Action: Run, ArgsUsage: "MODULE", Flags: flags.WithGlobalFlags(flags.WithOptions([]cli.Flag{ cli.BoolFlag{Name: Clean, Usage: "clean artifacts before building"}, cli.BoolFlag{Name: Force, Usage: "rebuild module even if it appears to already be built"}, })), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.