Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + type CLI struct + func NewInProcessCLI() *CLI + func (c *CLI) Run(workDir string, args ...string) Result + func (c *CLI) RunString(workDir string, cmdStr string) Result + type Result struct + Err error + Output string