Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct { Name string ShortDesc string Build func(ConfigBuilder) flags.Commander }
Command is an option that adds a subcommand to the program.
type Config ¶
type Config interface { Git() gateway.Git Repo() *repo.Repo GitHub() gateway.GitHub CurrentGitHubUser() string }
Config is the common configuration for all programs in this package.
type ConfigBuilder ¶
ConfigBuilder builds a configuration lazily.
Click to show internal directories.
Click to hide internal directories.