Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Verbose bool // Internal Services TemplateResolver loading.TemplateResolver // Manager Options OutPath string RootPath string InputPaths []string BuildFileExtension string // Build Options TagPrefix []byte VarTagPrefix []byte VarTagOpen []byte VarTagClose []byte // Server options Watch bool ServerPort int LiveReload bool }
Options hold all the haste specific options available
func NewOptions ¶
func NewOptions() *Options
NewOptions provides a new set of options with defaults set
func (*Options) LoadFileResolver ¶
func (o *Options) LoadFileResolver()
func (*Options) ParseCommandFlags ¶
ParseCommandFlags to read user-provided input from the command-line and update the options with what's provided.
Click to show internal directories.
Click to hide internal directories.