Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TaskAddPropFlags ¶
TaskAddPropFlags add common flags expected on editing a task
func TaskAddReportFlags ¶
func TaskAddReportFlags(cmd *cobra.Command, of *OutputFlags)
TaskAddReportFlags will add common format flags used for tasks
func TaskReport ¶
TaskReport will output the task as set by the flags
Types ¶
type FlagsDTO ¶
type FlagsDTO struct { Workspace string ProjectID string Name string Estimate *time.Duration AssigneeIDs *[]string Billable *bool }
FlagsDTO holds data about editing or creating a Task
type OutputFlags ¶
OutputFlags sets how the tasks will be printed
func (OutputFlags) Check ¶ added in v0.40.0
func (of OutputFlags) Check() error
Check guaranties that only one type of output is chosen
Click to show internal directories.
Click to hide internal directories.