Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct { AllowRecursion bool AllowGlobalReassign bool ModulesToLoad []string IncludePath string FileName string CodeContent string WebPort uint16 NumberOfArgs int Arguments []string LogLevel string ShowVersion bool InteractiveMode bool OutputPrinter string ConfigFile string }
Args is the command line arguments for starcli.
func ParseArgs ¶
func ParseArgs() *Args
ParseArgs parses command line arguments and returns the Args object.
func (*Args) BasicBoxOpts ¶
BasicBoxOpts returns the basic BoxOpts object based on the command line arguments.
Click to show internal directories.
Click to hide internal directories.