repl

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options added in v0.3.4

type Options struct {
	QueryStringsFile string
	NoConfirm        bool
}

Options holds REPL configuration options

type REPL

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

REPL represents the interactive Read-Eval-Print Loop

func New

func New() (*REPL, error)

New creates a new REPL instance

func NewWithOptions added in v0.3.4

func NewWithOptions(opts Options) (*REPL, error)

NewWithOptions creates a new REPL instance with options

func (*REPL) Run

func (r *REPL) Run() error

Run starts the REPL

Jump to

Keyboard shortcuts

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