commands

package
v0.0.0-...-da3ed64 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Definition []*cli.Command = []*cli.Command{
	{
		Name:  "get",
		Usage: "Get available workitems",
		Action: func(*cli.Context) error {
			fmt.Println("--workitems--")
			return nil
		},
	},
	{
		Name:  "add",
		Usage: "Add a workitem",
		Action: func(*cli.Context) error {
			fmt.Println("--addworkitem--")
			return nil
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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