Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCompile ¶
Types ¶
type CompileOptions ¶
type CompileOptions struct { IsCheck bool Filenames []string Arguments []string Settings []string Output string WorkDir string DisableNone bool OverrideAST bool Overrides []string }
func NewCompileOptions ¶
func NewCompileOptions() *CompileOptions
func (*CompileOptions) Complete ¶
func (o *CompileOptions) Complete(args []string)
func (*CompileOptions) PreSet ¶
func (o *CompileOptions) PreSet(preCheck func(cur string) bool)
func (*CompileOptions) Run ¶
func (o *CompileOptions) Run() error
func (*CompileOptions) Validate ¶
func (o *CompileOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.