Versions in this module Expand all Collapse all v0 v0.2.0 May 26, 2026 Changes in this version + func Execute(ctx context.Context, build BuildInfo) int + func Run(ctx context.Context, opts Options) int + type BuildInfo struct + Commit string + Date string + Version string + type Deps struct + Pricing contracts.PricingTable + Profiles *profile.Manager + Scanner contracts.Scanner + Shell contracts.ShellEmitter + Store contracts.Store + func (d *Deps) Close() error + type Options struct + Args []string + Build BuildInfo + DaemonProcess daemon.ProcessManager + DaemonRoot string + Executable string + OpenBrowser func(string) error + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer