Versions in this module Expand all Collapse all v0 v0.1.2 Jun 22, 2026 v0.1.1 Jun 22, 2026 Changes in this version type Args + Dangerous bool v0.1.0 Jun 21, 2026 Changes in this version + func BuildBox(opts *BoxOpts) (*starbox.Starbox, error) + func Process(args *Args) int + func SetLog(l *zap.SugaredLogger) + type Args struct + AllowCmd bool + AllowFS bool + AllowGlobalReassign bool + AllowNet bool + AllowRecursion bool + Arguments []string + Caps string + Check bool + CodeContent string + ConfigFile string + FileName string + IncludePath string + InteractiveMode bool + LogFile string + LogFormat string + LogLevel string + MaxOutput uint + MaxSteps uint64 + ModulesToLoad []string + NumberOfArgs int + OutputPrinter string + Record string + ShowVersion bool + WebPort uint16 + func ParseArgs() *Args + func (a *Args) BasicBoxOpts() *BoxOpts + type BoxOpts struct