Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunOptions ¶
type RunOptions struct { // InputPath is the -f flag InputPath string // OutputPath is the -o flag OutputPath string // Environment variable example (PATH) PathEnvVar string // Environment map from KCL option("env") EnvMap map[string]string }
RunOptions is the options for the run command
func NewRunOptions ¶
func NewRunOptions() *RunOptions
RunOptions creates a new options for the run command.
Click to show internal directories.
Click to hide internal directories.