Documentation
¶
Overview ¶
Package tasks provides git-aware task commands for GitScrum CLI
Package tasks provides task commands for GitScrum CLI
Index ¶
- func NewCmdTasks(f *factory.Factory) *cobra.Command
- func NewCmdTasksAssign(f *factory.Factory) *cobra.Command
- func NewCmdTasksBranch(f *factory.Factory) *cobra.Command
- func NewCmdTasksBranches(f *factory.Factory) *cobra.Command
- func NewCmdTasksComment(f *factory.Factory) *cobra.Command
- func NewCmdTasksComplete(f *factory.Factory) *cobra.Command
- func NewCmdTasksCreate(f *factory.Factory) *cobra.Command
- func NewCmdTasksCurrent(f *factory.Factory) *cobra.Command
- func NewCmdTasksDuplicate(f *factory.Factory) *cobra.Command
- func NewCmdTasksList(f *factory.Factory) *cobra.Command
- func NewCmdTasksMove(f *factory.Factory) *cobra.Command
- func NewCmdTasksPR(f *factory.Factory) *cobra.Command
- func NewCmdTasksPRs(f *factory.Factory) *cobra.Command
- func NewCmdTasksSubtasks(f *factory.Factory) *cobra.Command
- func NewCmdTasksToday(f *factory.Factory) *cobra.Command
- func NewCmdTasksUnlinkBranch(f *factory.Factory) *cobra.Command
- func NewCmdTasksUpdate(f *factory.Factory) *cobra.Command
- func NewCmdTasksView(f *factory.Factory) *cobra.Command
- type ListOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdTasksAssign ¶
NewCmdTasksAssign creates the tasks assign command
func NewCmdTasksBranch ¶
NewCmdTasksBranch creates the tasks branch command (git-aware)
func NewCmdTasksBranches ¶
NewCmdTasksBranches creates the tasks branches command
func NewCmdTasksComment ¶
NewCmdTasksComment creates the tasks comment command
func NewCmdTasksComplete ¶
NewCmdTasksComplete creates the tasks complete command
func NewCmdTasksCreate ¶
NewCmdTasksCreate creates the tasks create command
func NewCmdTasksCurrent ¶
NewCmdTasksCurrent creates the tasks current command (git-aware)
func NewCmdTasksDuplicate ¶
NewCmdTasksDuplicate creates the tasks duplicate command
func NewCmdTasksList ¶
NewCmdTasksList creates the tasks list command
func NewCmdTasksMove ¶
NewCmdTasksMove creates the tasks move command
func NewCmdTasksPR ¶
NewCmdTasksPR creates the tasks pr command
func NewCmdTasksPRs ¶
NewCmdTasksPRs creates the tasks prs command
func NewCmdTasksSubtasks ¶
NewCmdTasksSubtasks creates the tasks subtasks command
func NewCmdTasksToday ¶
NewCmdTasksToday creates the tasks today command
func NewCmdTasksUnlinkBranch ¶
NewCmdTasksUnlinkBranch creates the unlink-branch command
func NewCmdTasksUpdate ¶
NewCmdTasksUpdate creates the tasks update command