tasks

package
v1.0.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package tasks provides git-aware task commands for GitScrum CLI

Package tasks provides task commands for GitScrum CLI

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdTasks

func NewCmdTasks(f *factory.Factory) *cobra.Command

func NewCmdTasksAssign

func NewCmdTasksAssign(f *factory.Factory) *cobra.Command

NewCmdTasksAssign creates the tasks assign command

func NewCmdTasksBranch

func NewCmdTasksBranch(f *factory.Factory) *cobra.Command

NewCmdTasksBranch creates the tasks branch command (git-aware)

func NewCmdTasksBranches

func NewCmdTasksBranches(f *factory.Factory) *cobra.Command

NewCmdTasksBranches creates the tasks branches command

func NewCmdTasksComment

func NewCmdTasksComment(f *factory.Factory) *cobra.Command

NewCmdTasksComment creates the tasks comment command

func NewCmdTasksComplete

func NewCmdTasksComplete(f *factory.Factory) *cobra.Command

NewCmdTasksComplete creates the tasks complete command

func NewCmdTasksCreate

func NewCmdTasksCreate(f *factory.Factory) *cobra.Command

NewCmdTasksCreate creates the tasks create command

func NewCmdTasksCurrent

func NewCmdTasksCurrent(f *factory.Factory) *cobra.Command

NewCmdTasksCurrent creates the tasks current command (git-aware)

func NewCmdTasksDuplicate

func NewCmdTasksDuplicate(f *factory.Factory) *cobra.Command

NewCmdTasksDuplicate creates the tasks duplicate command

func NewCmdTasksList

func NewCmdTasksList(f *factory.Factory) *cobra.Command

NewCmdTasksList creates the tasks list command

func NewCmdTasksMove

func NewCmdTasksMove(f *factory.Factory) *cobra.Command

NewCmdTasksMove creates the tasks move command

func NewCmdTasksPR

func NewCmdTasksPR(f *factory.Factory) *cobra.Command

NewCmdTasksPR creates the tasks pr command

func NewCmdTasksPRs

func NewCmdTasksPRs(f *factory.Factory) *cobra.Command

NewCmdTasksPRs creates the tasks prs command

func NewCmdTasksSubtasks

func NewCmdTasksSubtasks(f *factory.Factory) *cobra.Command

NewCmdTasksSubtasks creates the tasks subtasks command

func NewCmdTasksToday

func NewCmdTasksToday(f *factory.Factory) *cobra.Command

NewCmdTasksToday creates the tasks today command

func NewCmdTasksUnlinkBranch

func NewCmdTasksUnlinkBranch(f *factory.Factory) *cobra.Command

NewCmdTasksUnlinkBranch creates the unlink-branch command

func NewCmdTasksUpdate

func NewCmdTasksUpdate(f *factory.Factory) *cobra.Command

NewCmdTasksUpdate creates the tasks update command

func NewCmdTasksView

func NewCmdTasksView(f *factory.Factory) *cobra.Command

NewCmdTasksView creates the tasks view command

Types

type ListOptions

type ListOptions struct {
	Project  string
	Assignee string
	Filter   string
	Workflow string
	Type     string
	Board    string
	Limit    int
	Page     int
}

ListOptions for tasks list command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL