Versions in this module Expand all Collapse all v0 v0.2.0 Feb 18, 2024 v0.1.0 Oct 22, 2023 Changes in this version + func WithStdio(in io.Reader, out, err io.Writer) func(o *options) + type Command interface + Execute func(ctx context.Context, args ...string) error + GenerateReadme func(ctx context.Context, dir string) error + GenerateReferences func(ctx context.Context, dir string) error + RegisterSubCommands func(cmds ...Command) + type PullCommand interface + func NewPullCommand(repo repository.Repository, optFns ...func(o *options)) PullCommand + type PushCommand interface + func NewPushCommand(repo repository.Repository, optFns ...func(o *options)) PushCommand + type RootCommand interface + func NewRootCommand(repo repository.Repository, optFns ...func(o *options)) RootCommand + type VersionCommand interface + func NewVersionCommand(repo repository.Repository, optFns ...func(o *options)) VersionCommand