package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Dec 31, 2025
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ShellExecuteInput struct {
Command string ``
WorkingDir string ``
Timeout int ``
}
type ShellExecuteOutput struct {
Output string ``
ExitCode int `json:"exit_code" jsonschema:"Command exit code. 0 typically indicates success, non-zero indicates an error."`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.