Documentation ¶
Overview ¶
Package commands contains the CLI commands for the application
Index ¶
Constants ¶
View Source
const ( IconGitTree = "\ufb2b" IconIssue = "\u26a0" IconPullRequest = "\uf113" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { LogLevel string CacheDir string GitDB *gdb.GitDatabase GitHub *clients.GitHub GitHubToken string }
func (*Controller) Find ¶
func (c *Controller) Find(ctx *cli.Context) error
func (*Controller) Sync ¶
func (c *Controller) Sync(ctx *cli.Context) error
Click to show internal directories.
Click to hide internal directories.