cmd

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2026 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrTaskNotExist = fmt.Errorf("task does not exist")
View Source
var InitCmd = &cobra.Command{
	Use:   "init",
	Short: "Initialize a new config",
	RunE:  runInit,
}
View Source
var RootCmd = &cobra.Command{
	Use:     "builder",
	Short:   "builder",
	Version: fmt.Sprintf(versionFmt, version, commit, date),
}
View Source
var TaskCmd = &cobra.Command{
	Use:   "task",
	Short: "Manage tasks",
}
View Source
var TaskNewCmd = &cobra.Command{
	Use:   "new name",
	Short: "Create a new task [name]",
	RunE:  createNewTask,
}
View Source
var TaskWorkCmd = &cobra.Command{
	Use:   "work name",
	Short: "Work on a task [name]",
	RunE:  workOnTask,
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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