Documentation ¶
Index ¶
- func Cleanup(c *clif.Command, out clif.Output)
- func CloseProject(c *clif.Command, in clif.Input, out clif.Output)
- func CreateCard(c *clif.Command, in clif.Input, out clif.Output)
- func GetBoard(c *clif.Command, out clif.Output)
- func GetGitdir() (gitBasedir *string, repo *git.Repository)
- func MoveCard(c *clif.Command, out clif.Output, in clif.Input)
- func OpenPersonalProject(c *clif.Command, in clif.Input, out clif.Output)
- func OpenProject(c *clif.Command, in clif.Input, out clif.Output)
- func OpenRepoProject(c *clif.Command, in clif.Input, out clif.Output, repo *git.Repository)
- type CardslistItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseProject ¶
func CloseProject(c *clif.Command, in clif.Input, out clif.Output)
func CreateCard ¶ added in v0.0.11
func CreateCard(c *clif.Command, in clif.Input, out clif.Output)
func OpenPersonalProject ¶ added in v0.0.11
func OpenPersonalProject(c *clif.Command, in clif.Input, out clif.Output)
func OpenProject ¶ added in v0.0.11
func OpenProject(c *clif.Command, in clif.Input, out clif.Output)
func OpenRepoProject ¶ added in v0.0.11
func OpenRepoProject(c *clif.Command, in clif.Input, out clif.Output, repo *git.Repository)
Types ¶
type CardslistItem ¶ added in v0.0.11
type CardslistItem struct {
// contains filtered or unexported fields
}
func GetStatus ¶ added in v0.0.11
func GetStatus(c *clif.Command, out clif.Output) []CardslistItem
Click to show internal directories.
Click to hide internal directories.