Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + type Cli struct + func NewCli(commandRunner exec.CommandRunner) *Cli + func (cli *Cli) CheckInstalled(ctx context.Context) error + func (cli *Cli) Edit(ctx context.Context, args ...string) error + func (cli *Cli) InstallUrl() string + func (cli *Cli) Name() string + func (cli *Cli) WithCwd(cwd string) *Cli + type Config struct + Directory osutil.ExpandableString + Edits []osutil.ExpandableString + Env osutil.ExpandableMap