command

package
v1.0.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package command provides the bounded lifecycle used by RobotGo's one-shot external command backends.

Index

Constants

View Source
const CleanupDelay = 250 * time.Millisecond

CleanupDelay bounds the time spent waiting for inherited command I/O to close after the direct process exits or its context is canceled.

Variables

This section is empty.

Functions

func Output

func Output(ctx context.Context, name string, args ...string) ([]byte, error)

Output runs a one-shot command and returns its standard output. It returns exec.ErrWaitDelay when inherited I/O remains open past CleanupDelay.

func Run

func Run(ctx context.Context, stdin io.Reader, name string, args ...string) error

Run runs a one-shot command with the supplied standard input. It returns exec.ErrWaitDelay when inherited I/O remains open past CleanupDelay.

Types

This section is empty.

Jump to

Keyboard shortcuts

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