Documentation ¶ Index ¶ func Run(options *Options) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(options *Options) Run CLI Types ¶ type Options ¶ type Options struct { // Compile output file CompileOutput string // Show help flag ShowHelp bool // Show version flag ShowVersion bool // Input file InputFile string // Version Version string // Import modules Modules map[string]objects.Importable } Options represent CLI options Source Files ¶ View all Source files cli.go Click to show internal directories. Click to hide internal directories.