package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Aug 13, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Command is the brokered equivalent of exec.Command.
CommandContext is the brokered equivalent of exec.CommandContext.
Do runs fn with the supplied command scope.
Println writes to the stdout configured for the active scope.
Run applies the active scope to an existing command and runs it. This is
used by runtimes such as gsh that construct exec.Cmd internally.
Middleware may rewrite a command before execution. Returning an error
prevents the command from starting.
Request describes a command before it is turned into an exec.Cmd.
Scope supplies process-independent defaults for commands created while fn
runs. Custom fields already set on a command take precedence.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.