cmd

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package cmd contains the cobra commands

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

func Root

func Root() *cobra.Command

Types

type TaskStore

type TaskStore interface {
	Get(id string) (core.Task, error)
	Create(params core.CreateTaskParams) (core.Task, error)
	Update(task *core.Task, params core.EditTaskParams) error
	List(params core.ListTasksParams) (*core.ListResult, error)
	Search(query string, listParams core.ListTasksParams) (*core.ListResult, error)
	Path(t core.Task) string
	Archive(id core.TaskID) (string, error)
}

Jump to

Keyboard shortcuts

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