repl

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package repl provides a minimal interactive shell for human debugging. It is NOT the primary agent path; agents call subcommands directly.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(cfg Config) int

Start runs the REPL loop. Returns a process exit code (0 on normal exit).

Types

type Config

type Config struct {
	Pool   *conn.Pool
	Opts   query.Options
	Out    io.Writer
	Format string
}

Config carries everything the REPL needs without importing cli.

Jump to

Keyboard shortcuts

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