Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BashTool ¶
type BashTool struct {
// contains filtered or unexported fields
}
BashTool executes bash commands.
func NewBashTool ¶
NewBashTool creates a BashTool with the given project root and optional tools bin directory (prepended to PATH). If projectRoot is empty, commands run with no explicit working directory.
func (*BashTool) Definition ¶
func (t *BashTool) Definition() tools.Definition
Click to show internal directories.
Click to hide internal directories.