Documentation ¶
Index ¶
Constants ¶
View Source
const Stdout = "stdout"
Variables ¶
This section is empty.
Functions ¶
func NewCmdCompile ¶
Types ¶
type CompileFlags ¶ added in v0.6.2
type CompileOptions ¶
type CompileOptions struct { IsCheck bool Filenames []string CompileFlags }
func NewCompileOptions ¶
func NewCompileOptions() *CompileOptions
func (*CompileOptions) AddCompileFlags ¶ added in v0.5.3
func (o *CompileOptions) AddCompileFlags(cmd *cobra.Command)
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.