Versions in this module Expand all Collapse all v0 v0.3.0 Nov 2, 2024 Changes in this version + type FnPrototype = func(Input) Output + type Input struct + BashScript string + type Output struct + Error string + Result string + type Tool struct + func New() *Tool + func (t *Tool) Description() string + func (t *Tool) Fn() any + func (t *Tool) Name() string + func (t *Tool) WithAskForConfirm(askForConfirm bool) *Tool + func (t *Tool) WithShell(shell string) *Tool