Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2026 Changes in this version + var Version = "dev" + func Execute() + type App struct + BaseDirOver string + Cfg *config.Config + Clone CloneFunc + NewLister ListerFactory + Prompter ui.Prompter + ResolveToken TokenResolver + Stdout io.Writer + UseSSH bool + func NewDefaultApp(cfg *config.Config) *App + func (a *App) Run(ctx context.Context) error + type CloneFunc func(dest cloner.Destination, opts cloner.Options) error + type ListerFactory func(ctx context.Context, token string) RepoLister + type RepoLister interface + ListOwners func(ctx context.Context) ([]string, error) + ListRepositories func(ctx context.Context, owner string) ([]ghapi.Repository, error) + type TokenResolver func(fallbackToken string) (*auth.Result, error)