Versions in this module Expand all Collapse all v0 v0.2.0 Feb 11, 2026 Changes in this version + var CheckWorktreeActive func(worktreePath string) (name, id string) + func FormatTimeAgo(t time.Time) string + func SetWorktreeFields(opts *ExecOptions, wt *worktree.Result) + func ShortenPath(path string) string type ExecOptions + WorktreeBranch string + WorktreePath string + WorktreeRepoID string + type WorktreeResult struct + Config *config.Config + Result *worktree.Result + Workspace string + func ResolveWorktreeWorkspace(wtBranch, workspace string, flags *ExecFlags, cfg *config.Config) (*WorktreeResult, error) v0.1.0 Feb 8, 2026 Changes in this version + var DryRun bool + var ExecuteRun func(ctx context.Context, opts ExecOptions) (*ExecResult, error) + var RootCmd *cobra.Command + func AddExecFlags(cmd *cobra.Command, flags *ExecFlags) + func HasDependency(deps []string, prefix string) bool + func ParseEnvFlags(envFlags []string, cfg *config.Config) error + func ResolveWorkspacePath(workspace string) (string, error) + type ExecFlags struct + Detach bool + Env []string + Grants []string + Interactive bool + KeepContainer bool + Name string + NoSandbox bool + Rebuild bool + Runtime string + TTYTrace string + type ExecOptions struct + Command []string + Config *config.Config + Flags ExecFlags + Interactive bool + OnRunCreated func(info RunInfo) + TTY bool + Workspace string + type ExecResult struct + ID string + Name string + type RunInfo struct + ID string + Name string