output

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package output truncates command results with head/tail preservation.

Index

Constants

View Source
const (
	DefaultMaxBytes  = 65536
	DefaultHeadBytes = 48 * 1024
	DefaultTailBytes = 16 * 1024
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandResult

type CommandResult struct {
	Host       string `json:"host"`
	Stdout     string `json:"stdout"`
	Stderr     string `json:"stderr"`
	ExitCode   int    `json:"exit_code"`
	RuntimeMs  int    `json:"runtime_ms"`
	Truncated  bool   `json:"truncated"`
	TotalBytes int    `json:"total_bytes"`
}

func TruncateOutput

func TruncateOutput(stdout, stderr string, exitCode, runtimeMs int, maxBytes ...int) CommandResult

Jump to

Keyboard shortcuts

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