Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CleanOptions ¶
type CleanOptions struct { Architecture string `long:"arch" short:"m" usage:"Filter prepare based on a target's architecture"` Kraftfile string `long:"kraftfile" short:"K" usage:"Set an alternative path of the Kraftfile"` Platform string `long:"plat" short:"p" usage:"Filter prepare based on a target's platform"` Target string `long:"target" short:"t" usage:"Filter prepare based on a specific target"` Proper bool `long:"proper" short:"P" usage:"Proper clean a project"` }
Click to show internal directories.
Click to hide internal directories.