exec

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RunOptions

type RunOptions struct {
	Script        string
	Args          []string
	BunConstraint string   // Override bun version from CLI
	ExtraPackages []string // Additional packages from CLI
}

RunOptions contains options for running a script

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

Runner executes scripts with their dependencies

func NewRunner

func NewRunner(c *cache.Cache, verbose, quiet bool) *Runner

NewRunner creates a new script runner

func (*Runner) Run

func (r *Runner) Run(opts RunOptions) (int, error)

Run executes a script with its dependencies

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL